Re: [dpdk-dev] [PATCH] net/mlx5: fix transmitted packets statistics counter

2019-10-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Monday, October 14, 2019 6:39 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix transmitted packets statistics counter > > The transmitter packets counter was not u

[dpdk-dev] [PATCH] net/mlx5: fix transmitted packets statistics counter

2019-10-14 Thread Viacheslav Ovsiienko
The transmitter packets counter was not updated correctly in the loop inside the tx_burst routines. Fixes: f32a3f5216a3 ("net/mlx5: fix completion queue overflow for large burst") Cc: sta...@dpdk.org Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_rxtx.c | 13 +++-- 1 file