From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 39A772BA3 for ; Mon, 4 Mar 2019 12:18:58 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 255D330821FF for ; Mon, 4 Mar 2019 11:18:58 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-16.brq.redhat.com [10.40.204.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id 585795DD63 for ; Mon, 4 Mar 2019 11:18:57 +0000 (UTC) From: David Marchand To: dev@dpdk.org Date: Mon, 4 Mar 2019 12:18:23 +0100 Message-Id: <1551698315-2611-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Mon, 04 Mar 2019 11:18:58 +0000 (UTC) Subject: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 11:18:59 -0000 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