From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/9] deprecate fields in rte_ethdev Date: Fri, 16 Oct 2015 17:14:33 -0700 Message-ID: <1445040882-31006-1-git-send-email-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by dpdk.org (Postfix) with ESMTP id 9DC4C8DED for ; Sat, 17 Oct 2015 02:14:31 +0200 (CEST) Received: by pabrc13 with SMTP id rc13so133709520pab.0 for ; Fri, 16 Oct 2015 17:14:31 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Stephen Hemminger Complete the work that was started by Maryam Tahhan to deprecate driver specific fields in Ethernet statistics. This fixes all the drivers, then tests, and finally actually marks them as deprecated. Stephen Hemminger (9): vmxnet3: drop deprecated statistics ixgbe: drop statistics marked for deprecation bond: don't sum deprecated statistics cxgbe: don't report deprecated statistics i40e: don't report deprecated statistics enic: don't fill in deprecated statistics e1000: don't report deprecated statistics test-pmd: don't check deprecated ethernet statistics rte_ether: mark deprecated statistics with attribute app/test-pmd/config.c | 30 +++--------------- app/test-pmd/testpmd.c | 50 ++++++------------------------ app/test/test_pmd_perf.c | 12 +++---- drivers/net/bonding/rte_eth_bond_pmd.c | 7 ----- drivers/net/cxgbe/cxgbe_ethdev.c | 16 +++------- drivers/net/e1000/em_ethdev.c | 15 ++------- drivers/net/e1000/igb_ethdev.c | 15 ++------- drivers/net/enic/enic_main.c | 1 - drivers/net/i40e/i40e_ethdev.c | 11 +++---- drivers/net/ixgbe/ixgbe_ethdev.c | 2 -- drivers/net/vmxnet3/vmxnet3_ethdev.c | 1 - lib/librte_eal/common/include/rte_common.h | 3 ++ lib/librte_ether/rte_ethdev.h | 22 ++++++------- 13 files changed, 46 insertions(+), 139 deletions(-) -- 2.1.4