> On Sep 13, 2017, at 3:50 AM, Shahaf Shuler <shah...@mellanox.com> wrote: > > The current Tx error counter counts, according to its description, > the total number of packets not sent when TX ring full. It is reported > to application as part of oerrors field. > > The drop due to full ring is not the statistic that should be set on > oerrors field. Such number can be counted by the application using the > return value of the Tx burst function. > The number that should be set there is the number of packets the device > could not transmit in any way, even when it has resources. > > Therefore, replace this counter to count the total number of failed > transmitted packets. > > Fixes: 87011737b715 ("mlx5: add software counters") > Cc: sta...@dpdk.org > Cc: adrien.mazarg...@6wind.com > > Signed-off-by: Shahaf Shuler <shah...@mellanox.com> > --- Acked-by: Yongseok Koh <ys...@mellanox.com>
- [dpdk-dev] [PATCH 1/2] net/mlx5: fix num seg assumption ... Shahaf Shuler
- [dpdk-dev] [PATCH 2/2] net/mlx5: enforce Tx num of ... Shahaf Shuler
- Re: [dpdk-dev] [PATCH 2/2] net/mlx5: enforce Tx... Nélio Laranjeiro
- Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix num seg as... Nélio Laranjeiro
- [dpdk-dev] [PATCH v2 1/2] net/mlx5: fix num seg ass... Shahaf Shuler
- Re: [dpdk-dev] [PATCH v2 1/2] net/mlx5: fix num... Nélio Laranjeiro
- [dpdk-dev] [PATCH v3 1/3] net/mlx5: fix num seg... Shahaf Shuler
- [dpdk-dev] [PATCH v4 2/4] net/mlx5: fix Tx ... Shahaf Shuler
- Re: [dpdk-dev] [PATCH v4 2/4] net/mlx5:... Yongseok Koh
- Re: [dpdk-dev] [PATCH v4 2/4] net/mlx5:... Nélio Laranjeiro
- [dpdk-dev] [PATCH v4 1/4] net/mlx5: fix num... Shahaf Shuler
- [dpdk-dev] [PATCH v5 1/4] net/mlx5: fix... Shahaf Shuler
- Re: [dpdk-dev] [dpdk-stable] [PATC... Ferruh Yigit
- [dpdk-dev] [PATCH v5 2/4] net/mlx5: fix... Shahaf Shuler
- [dpdk-dev] [PATCH v5 3/4] net/mlx5: fix... Shahaf Shuler
- [dpdk-dev] [PATCH v5 4/4] net/mlx5: enf... Shahaf Shuler
- Re: [dpdk-dev] [PATCH v5 4/4] net/... Yongseok Koh
- Re: [dpdk-dev] [PATCH v5 4/4] net/... Nélio Laranjeiro
- [dpdk-dev] [PATCH v4 3/4] net/mlx5: fix Tx ... Shahaf Shuler