Re: [dpdk-dev] [PATCH] net/mlx5: fix extended statistics counters identification

2017-03-06 Thread Adrien Mazarguil
On Sun, Mar 05, 2017 at 02:02:48PM +0200, Shahaf Shuler wrote: > Checking whether the counter is IB counter was performed with the > wrong index. > > Fixes: a4e3056b7018 ("net/mlx5: add out of buffer counter to extended > statistic") > Cc: sta...@dpdk.org > > Signed-off-by: Shahaf Shuler Acked

[dpdk-dev] [PATCH] net/mlx5: fix extended statistics counters identification

2017-03-05 Thread Shahaf Shuler
Checking whether the counter is IB counter was performed with the wrong index. Fixes: a4e3056b7018 ("net/mlx5: add out of buffer counter to extended statistic") Cc: sta...@dpdk.org Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion