Hi, > -----Original Message----- > From: Viacheslav Ovsiienko <viachesl...@nvidia.com> > Sent: Friday, November 6, 2020 7:16 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@nvidia.com>; Alexander Kozyrev > <akozy...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; > sta...@dpdk.org > 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: sta...@dpdk.org > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > --- > 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