[dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

David Marchand david.marchand at redhat.com
Mon Mar 4 12:18:23 CET 2019


According to the api, the q_errors[] per queue statistic is for reception
errors not transmit errors.
This is a first cleanup on statistics before looking at oerrors.

-- 
David Marchand

David Marchand (12):
  net/af_packet: fix incorrect rxq errors stat
  net/avp: fix incorrect rxq errors stat
  net/bnxt: fix incorrect rxq errors stat
  net/cxgbe: fix incorrect rxq errors stat
  net/kni: fix incorrect rxq errors stat
  net/mlx4: fix incorrect rxq errors stat
  net/mlx5: fix incorrect rxq errors stat
  net/null: fix incorrect rxq errors stat
  net/pcap: fix incorrect rxq errors stat
  net/ring: fix incorrect rxq errors stat
  net/szedata2: fix incorrect rxq errors stat
  net/tap: fix incorrect rxq errors stat

 drivers/net/af_packet/rte_eth_af_packet.c | 3 +--
 drivers/net/avp/avp_ethdev.c              | 1 -
 drivers/net/bnxt/bnxt_hwrm.c              | 1 -
 drivers/net/cxgbe/cxgbe_ethdev.c          | 1 -
 drivers/net/cxgbe/cxgbevf_ethdev.c        | 1 -
 drivers/net/kni/rte_eth_kni.c             | 3 +--
 drivers/net/mlx4/mlx4_ethdev.c            | 1 -
 drivers/net/mlx5/mlx5_stats.c             | 1 -
 drivers/net/null/rte_eth_null.c           | 4 +---
 drivers/net/pcap/rte_eth_pcap.c           | 3 +--
 drivers/net/ring/rte_eth_ring.c           | 3 +--
 drivers/net/szedata2/rte_eth_szedata2.c   | 1 -
 drivers/net/tap/rte_eth_tap.c             | 3 +--
 13 files changed, 6 insertions(+), 20 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list