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

2022-09-07 Thread Long Li
> Subject: Re: [Patch v7 01/18] net/mana: add basic driver, build environment > and doc > > On 9/7/2022 3:41 AM, Long Li wrote: > > > > >> Subject: RE: [Patch v7 01/18] net/mana: add basic driver, build > >> environment and doc > >> > >>&

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

2022-09-07 Thread Ferruh Yigit
On 9/7/2022 2:48 AM, Long Li wrote: Subject: Re: [Patch v7 01/18] net/mana: add basic driver, build environment and doc On Fri, 2 Sep 2022 18:40:43 -0700 lon...@linuxonhyperv.com wrote: From: Long Li MANA is a PCI device. It uses IB verbs to access hardware through the kernel RDMA layer

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

2022-09-07 Thread Ferruh Yigit
On 9/7/2022 3:41 AM, Long Li wrote: Subject: RE: [Patch v7 01/18] net/mana: add basic driver, build environment and doc Subject: Re: [Patch v7 01/18] net/mana: add basic driver, build environment and doc On 9/3/2022 2:40 AM, lon...@linuxonhyperv.com wrote: From: Long Li MANA is a PCI

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

2022-09-06 Thread Long Li
> Subject: RE: [Patch v7 01/18] net/mana: add basic driver, build environment > and doc > > > Subject: Re: [Patch v7 01/18] net/mana: add basic driver, build > > environment and doc > > > > On 9/3/2022 2:40 AM, lon...@linuxonhyperv.com wrote: > > > >

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

2022-09-06 Thread Long Li
> Subject: Re: [Patch v7 01/18] net/mana: add basic driver, build environment > and doc > > On Fri, 2 Sep 2022 18:40:43 -0700 > lon...@linuxonhyperv.com wrote: > > > From: Long Li > > > > MANA is a PCI device. It uses IB verbs to access hardware through t

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

2022-09-06 Thread Long Li
> Subject: Re: [Patch v7 01/18] net/mana: add basic driver, build environment > and doc > > On 9/3/2022 2:40 AM, lon...@linuxonhyperv.com wrote: > > > > > From: Long Li > > > > MANA is a PCI device. It uses IB verbs to access hardware through the >

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

2022-09-06 Thread Stephen Hemminger
On Fri, 2 Sep 2022 18:40:43 -0700 lon...@linuxonhyperv.com wrote: > 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 > --- You sh

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

2022-09-06 Thread Ferruh Yigit
On 9/3/2022 2:40 AM, lon...@linuxonhyperv.com wrote: 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 th