RE: [Patch v2 01/17] net/mana: add basic driver, build environment and doc

2022-07-06 Thread Long Li
> Subject: Re: [Patch v2 01/17] net/mana: add basic driver, build environment > and > doc > > On Wed, Jul 6, 2022 at 6:12 PM Long Li wrote: > > > Is there a version dependency on rdma-core? Is that version > > > dependency listed somewhere? > > > &g

Re: [Patch v2 01/17] net/mana: add basic driver, build environment and doc

2022-07-06 Thread David Marchand
On Wed, Jul 6, 2022 at 6:12 PM Long Li wrote: > > Is there a version dependency on rdma-core? Is that version dependency > > listed > > somewhere? > > The rdma-core and kernel drivers are being submitted. The expected version > supporting MANA is with rdma-core v42 and Linux 5.19 (or 5.20). > >

RE: [Patch v2 01/17] net/mana: add basic driver, build environment and doc

2022-07-06 Thread Long Li
> Subject: Re: [Patch v2 01/17] net/mana: add basic driver, build environment > and > doc > > On Tue, 5 Jul 2022 17:28:32 -0700 > lon...@linuxonhyperv.com wrote: > > > +Prerequisites > > +- > > + > > +This driver relies on external li

Re: [Patch v2 01/17] net/mana: add basic driver, build environment and doc

2022-07-06 Thread Stephen Hemminger
On Tue, 5 Jul 2022 17:28:32 -0700 lon...@linuxonhyperv.com wrote: > +Prerequisites > +- > + > +This driver relies on external libraries and kernel drivers for resources > +allocations and initialization. The following dependencies are not part of > +DPDK and must be installed separate

[Patch v2 01/17] net/mana: add basic driver, build environment and doc

2022-07-05 Thread longli
From: Long Li MANA is a PCI device. It uses IB verbs to access hardware through the kernel RDMA layer. This patch introduces build environment and basic device probe functions. Signed-off-by: Long Li --- Change log: v2: Fix typos. Make the driver build only on x86-64 and Linux. Remove unused h