Hi,

> -----Original Message-----
> From: Viacheslav Ovsiienko <[email protected]>
> Sent: Friday, November 6, 2020 7:16 PM
> To: [email protected]
> Cc: Raslan Darawsheh <[email protected]>; Alexander Kozyrev
> <[email protected]>; Matan Azrad <[email protected]>;
> [email protected]
> Subject: [PATCH] net/mlx5: fix Rx queues completion index consistency
> 
> The Rx queue completion consumer index got temporary
> wrong value pointing to the midst of the compressed CQE
> session. If application crashed at the moment the next
> queue restart caused handling wrong CQEs pointed by index
> and losing consuming index synchronization, that made
> reliable queue restart impossible.
> 
> Fixes: 88c0733535d6 ("net/mlx5: extend Rx completion with error handling")
> Cc: [email protected]
> 
> Signed-off-by: Viacheslav Ovsiienko <[email protected]>
> ---
>  drivers/net/mlx5/mlx5_rxq.c  |  2 +-
>  drivers/net/mlx5/mlx5_rxtx.c | 16 +++++++++++-----
>  2 files changed, 12 insertions(+), 6 deletions(-)
Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

Reply via email to