Re: [dpdk-dev] [PATCH] net/mlx5: fix Tx queue completions on stop

2020-11-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Friday, November 6, 2020 6:58 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Alexander Kozyrev > ; Matan Azrad ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix Tx queue completions on stop > > The Tx queue completion produ

Re: [dpdk-dev] [PATCH] net/mlx5: fix Tx queue completions on stop

2020-11-09 Thread Matan Azrad
From: Viacheslav Ovsiienko > 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: 161d103b231

[dpdk-dev] [PATCH] net/mlx5: fix Tx queue completions on stop

2020-11-06 Thread Viacheslav Ovsiienko
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") C