Re: [dpdk-dev] [PATCH 07/12] net/mlx5: fix incorrect rxq errors stat

2019-03-05 Thread Shahaf Shuler
Monday, March 4, 2019 1:19 PM, David Marchand: > Subject: [PATCH 07/12] net/mlx5: fix incorrect rxq errors stat > > Transmit errors must not be reported in q_errors[] which is for reception. > > Fixes: 87011737b715 ("mlx5: add software counters") > Fixes: 9f9a48eb2978 ("net/mlx5: fix Tx stats err

[dpdk-dev] [PATCH 07/12] net/mlx5: fix incorrect rxq errors stat

2019-03-04 Thread David Marchand
Transmit errors must not be reported in q_errors[] which is for reception. Fixes: 87011737b715 ("mlx5: add software counters") Fixes: 9f9a48eb2978 ("net/mlx5: fix Tx stats error counter definition") Cc: sta...@dpdk.org Cc: Shahaf Shuler Cc: Yongseok Koh Signed-off-by: David Marchand --- driver