Re: [PATCH] net/mlx5: fix Rx queue recovery mechanism

2022-09-16 Thread Amiya Mohakud
mas Monjalon (EXTERNAL) > *Cc:* dev ; secur...@dpdk.org; Matan Azrad ; > sta...@dpdk.org; Alexander Kozyrev ; Slava Ovsiienko > ; Shahaf Shuler > *Subject:* Re: [PATCH] net/mlx5: fix Rx queue recovery mechanism > > > > Hi All, > > > > I would need some confi

RE: [PATCH] net/mlx5: fix Rx queue recovery mechanism

2022-09-10 Thread Asaf Penso
7, 2022 9:31 AM To: NBU-Contact-Thomas Monjalon (EXTERNAL) Cc: dev ; secur...@dpdk.org; Matan Azrad ; sta...@dpdk.org; Alexander Kozyrev ; Slava Ovsiienko ; Shahaf Shuler Subject: Re: [PATCH] net/mlx5: fix Rx queue recovery mechanism Hi All, I would need some confirmation on this patch. For

Re: [PATCH] net/mlx5: fix Rx queue recovery mechanism

2022-09-06 Thread Amiya Mohakud
Hi All, I would need some confirmation on this patch. For some earlier issues encountered on mlx5, we have disable cqe_comp in the mlx5 driver. In that case, do we still need this fix or disabling cqe_comp will take care of it as well? Regards Amiya On Mon, Aug 29, 2022 at 8:45 PM Thomas Monjalo

[PATCH] net/mlx5: fix Rx queue recovery mechanism

2022-08-29 Thread Thomas Monjalon
From: Matan Azrad The local variables are getting inconsistent in data receiving routines after queue error recovery. Receive queue consumer index is getting wrong, need to reset one to the size of the queue (as RQ was fully replenished in recovery procedure). In MPRQ case, also the local consum