Hi, > -----Original Message----- > From: Viacheslav Ovsiienko <viachesl...@nvidia.com> > Sent: Friday, November 6, 2020 6:58 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 Tx queue completions on stop > > The Tx queue completion production index was not reset > on Tx queue stop and there were completions remaining > from the previous queue run. This caused the wrong > completion queue operating and overall Tx queue malfunction > on queue restart. > > Fixes: 161d103b231c ("net/mlx5: add queue start and stop") > Cc: sta...@dpdk.org > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > --- > drivers/net/mlx5/mlx5_txq.c | 1 + > 1 file changed, 1 insertion(+) > Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh