Re: [Patch v2] net/mana: use the correct WQE count for ringing RQ doorbell

2023-07-11 Thread Ferruh Yigit
On 7/11/2023 12:51 AM, lon...@linuxonhyperv.com wrote: > From: Long Li > > The hardware specification specifies that WQE_COUNT should set to 0 for > the Receive Queue. Although currently the hardware doesn't enforce the > check, in the future releases it may check on this value. > > Signed-off-b

Re: [Patch v2] net/mana: use the correct WQE count for ringing RQ doorbell

2023-07-11 Thread Ferruh Yigit
On 7/11/2023 12:51 AM, lon...@linuxonhyperv.com wrote: > From: Long Li > > The hardware specification specifies that WQE_COUNT should set to 0 for > the Receive Queue. Although currently the hardware doesn't enforce the > check, in the future releases it may check on this value. > > Signed-off-b

[Patch v2] net/mana: use the correct WQE count for ringing RQ doorbell

2023-07-10 Thread longli
From: Long Li The hardware specification specifies that WQE_COUNT should set to 0 for the Receive Queue. Although currently the hardware doesn't enforce the check, in the future releases it may check on this value. Signed-off-by: Long Li --- Change log: v2: added "Signed-off-by" drivers/net/m