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

2022-09-23 Thread Long Li
> Subject: Re: [Patch v8 01/18] net/mana: add basic driver with build > environment and doc > > On 9/8/2022 10:56 PM, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > MANA is a PCI device. It uses IB verbs to access hardware through the > > kernel RDM

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

2022-09-23 Thread Long Li
> Subject: Re: [Patch v8 01/18] net/mana: add basic driver with build > environment and doc > > On 9/8/2022 10:56 PM, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > MANA is a PCI device. It uses IB verbs to access hardware through the > > kernel RDM

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

2022-09-21 Thread Ferruh Yigit
On 9/8/2022 10:56 PM, 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 the d

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

2022-09-21 Thread Ferruh Yigit
On 9/8/2022 10:56 PM, 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 the