From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=U/LdbiQAkXLmJfSMc60WtrCSTz3Ckuu6Ghd0IwQEqVc=; b=P1Z2FUp3vtUPsmn7EqH1dUyu+NyBe3F/v9GTw2RJjh9/Z3W/m1VCDSRFhuriz1sva4 LYxf4bbqXbC55YSeqDVMK7c7dqkQbBYVAYYeDaprITQqyOx2xd9Lms5vZbNGk283V5V7 rT7KvV9yHTc0y6tVvHByh+s5uwtYnxPiLbQXH1ImK/JdHS852nJXNW8Z05Jtxyd3zG8R u8cat02IzsxnKGkQ/gTS3hK9vLMOyUdVLcUAHBSFTb26wQbatUvFjRHMcyjFAOzfJ/JH d6veljEj0e+CBIUW1m+L258QepS8bjkF36bozLUTuEio5PiuJ45SXhVhGG/mnhKXEQFe BjpQ== X-Gm-Message-State: ALoCoQkt2v/cyuiE4/IodxyEDvNVj+mQ4vhH2WQt5+HKq7ajM6HI519HDFTMTIRs8SQzQ8pum0FU X-Received: by 10.66.254.7 with SMTP id ae7mr19442288pad.107.1445040870872; Fri, 16 Oct 2015 17:14:30 -0700 (PDT) Received: from xeon-e3.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id qy7sm23431097pab.37.2015.10.16.17.14.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 16 Oct 2015 17:14:30 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Fri, 16 Oct 2015 17:14:33 -0700 Message-Id: <1445040882-31006-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 0/9] deprecate fields in rte_ethdev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 00:14:32 -0000 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