Re: [dpdk-dev] [PATCH] net/bnxt: fix to reset Rx next consumer index

2021-08-23 Thread Somnath Kotur
Thank you Ferruh, have sent V2 with updated commit log, please see if it sounds good now? -Som On Fri, Aug 20, 2021 at 6:17 PM Ferruh Yigit wrote: > On 8/10/2021 7:07 AM, Somnath Kotur wrote: > > In bnxt_init_one_rx_ring(), reset this variable internal to the driver > > ring to 0, so that there

Re: [dpdk-dev] [PATCH] net/bnxt: fix to reset Rx next consumer index

2021-08-20 Thread Ferruh Yigit
On 8/10/2021 7:07 AM, Somnath Kotur wrote: > In bnxt_init_one_rx_ring(), reset this variable internal to the driver > ring to 0, so that there is no mismatch with actual value in HW on > traffic resumption. > Hi Somnath, What is the impact of the patch, what are you fixing? If the 'rx_next_cons

Re: [dpdk-dev] [PATCH] net/bnxt: fix to reset Rx next consumer index

2021-08-19 Thread Ajit Khaparde
On Mon, Aug 9, 2021 at 11:11 PM Somnath Kotur wrote: > In bnxt_init_one_rx_ring(), reset this variable internal to the driver > ring to 0, so that there is no mismatch with actual value in HW on > traffic resumption. > > Fixes: 03c8f2fe111c ("net/bnxt: detect bad opaque in Rx completion") > Cc: s

[dpdk-dev] [PATCH] net/bnxt: fix to reset Rx next consumer index

2021-08-10 Thread Somnath Kotur
In bnxt_init_one_rx_ring(), reset this variable internal to the driver ring to 0, so that there is no mismatch with actual value in HW on traffic resumption. Fixes: 03c8f2fe111c ("net/bnxt: detect bad opaque in Rx completion") Cc: sta...@dpdk.org Signed-off-by: Somnath Kotur Reviewed-by: Kalesh