Re: [dpdk-dev] [PATCH v4 3/4] net/mlx5: fix Tx stats error counter logic

2017-09-14 Thread Nélio Laranjeiro
On Wed, Sep 13, 2017 at 01:50:38PM +0300, Shahaf Shuler wrote: > Tx error counter lacks the logic of incrementation, making it useless for > applications. > > Fixes: 87011737b715 ("mlx5: add software counters") > Cc: sta...@dpdk.org > Cc: adrien.mazarg...@6wind.com > > Signed-off-by: Shahaf Shule

Re: [dpdk-dev] [PATCH v4 3/4] net/mlx5: fix Tx stats error counter logic

2017-09-13 Thread Yongseok Koh
> On Sep 13, 2017, at 3:50 AM, Shahaf Shuler wrote: > > Tx error counter lacks the logic of incrementation, making it useless for > applications. > > Fixes: 87011737b715 ("mlx5: add software counters") > Cc: sta...@dpdk.org > Cc: adrien.mazarg...@6wind.com > > Signed-off-by: Shahaf Shuler > -

[dpdk-dev] [PATCH v4 3/4] net/mlx5: fix Tx stats error counter logic

2017-09-13 Thread Shahaf Shuler
Tx error counter lacks the logic of incrementation, making it useless for applications. Fixes: 87011737b715 ("mlx5: add software counters") Cc: sta...@dpdk.org Cc: adrien.mazarg...@6wind.com Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_rxtx.c | 20 +++- 1 file changed,