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

2022-09-07 Thread Long Li
> Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build environment > and doc > > On 9/7/2022 3:16 AM, lihuisong (C) wrote: > > CAUTION: This message has originated from an External Source. Please > > use proper judgment and caution when opening attachments

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

2022-09-07 Thread Ferruh Yigit
driver, build environment and doc 在 2022/9/1 2:05, Long Li 写道: Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build environment and doc 在 2022/8/31 6:51, lon...@linuxonhyperv.com 写道: From: Long Li MANA is a PCI device. It uses IB verbs to access hardware through the kernel RDMA

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

2022-09-06 Thread Long Li
> Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build environment > and doc > > > 在 2022/9/7 9:36, Long Li 写道: > >> Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build > >> environment and doc > >> > >> > >> 在 20

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

2022-09-06 Thread Long Li
> Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build environment > and doc > > > 在 2022/9/1 2:05, Long Li 写道: > >> Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build > >> environment and doc > >> > >> > >> 在 2

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

2022-09-02 Thread Long Li
> Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build environment > and > doc > > On 2022/8/31 6:51, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > MANA is a PCI device. It uses IB verbs to access hardware through the > > kernel

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

2022-08-31 Thread Long Li
> Subject: Re: [Patch v6 01/18] net/mana: add basic driver, build environment > and doc > > > 在 2022/8/31 6:51, lon...@linuxonhyperv.com 写道: > > From: Long Li > > > > MANA is a PCI device. It uses IB verbs to access hardware through the > > kernel

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

2022-08-30 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 he