RE: [Patch v7 11/18] net/mana: implement the hardware layer operations

2022-09-23 Thread Long Li
> Subject: Re: [Patch v7 11/18] net/mana: implement the hardware layer > operations > > On 9/3/2022 2:40 AM, lon...@linuxonhyperv.com wrote: > > > > > From: Long Li > > > > The hardware layer of MANA understands the device queue and doorbell > > for

Re: [Patch v7 11/18] net/mana: implement the hardware layer operations

2022-09-21 Thread Ferruh Yigit
On 9/3/2022 2:40 AM, lon...@linuxonhyperv.com wrote: From: Long Li The hardware layer of MANA understands the device queue and doorbell formats. Those functions are implemented for use by packet RX/TX code. Signed-off-by: Long Li --- Change log: v2: Remove unused header files. Rename a came

[Patch v7 11/18] net/mana: implement the hardware layer operations

2022-09-02 Thread longli
From: Long Li The hardware layer of MANA understands the device queue and doorbell formats. Those functions are implemented for use by packet RX/TX code. Signed-off-by: Long Li --- Change log: v2: Remove unused header files. Rename a camel case. v5: Use RTE_BIT32() instead of defining a new BIT