net/mlx5: fix Tx packets statistics
authorViacheslav Ovsiienko <viacheslavo@mellanox.com>
Mon, 14 Oct 2019 15:39:14 +0000 (15:39 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:10 +0000 (16:43 +0200)
commit85125863be78174d2ecbac2c2e2a25cab3c9d2db
tree97062e4cabedc6182772438c7f6487f4c084d09b
parent0224b78eff68525a31e6fb9e51ca3fe1121760bb
net/mlx5: fix Tx packets statistics

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: stable@dpdk.org
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5_rxtx.c