From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/7] ethdev: force deprecation of statistics Date: Thu, 12 Nov 2015 23:07:35 +0100 Message-ID: <1645329.eliSe8nVmg@xps13> References: <1446771879-3979-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 88150924A for ; Thu, 12 Nov 2015 23:08:48 +0100 (CET) Received: by wmww144 with SMTP id w144so6000020wmw.1 for ; Thu, 12 Nov 2015 14:08:48 -0800 (PST) In-Reply-To: <1446771879-3979-1-git-send-email-stephen@networkplumber.org> 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" 2015-11-05 17:04, Stephen Hemminger: > Several fields in ether statistics were tagged with comment that they > were going to be deprecated, but comments don't cause compile warnings. > Instead use Gcc attributes to force the issue. > > Of course to do that, all the drivers and tests which are using > those fields have to be fixed first. > > The input multicast statistic was listed as deprecated, but I find > it useful, and therefore the first patch is to revive it. > > Stephen Hemminger (7): > ether: don't mark input multicast for deprecation not applied > bond: don't sum deprecated statistics > cxgbe: don't report deprecated statistics > i40e: don't report deprecated statistics > e1000: don't report deprecated statistics > test-pmd: remove references to deprecated statistics > rte_ether: mark deprecated statistics with attribute The rest is applied with an extra patch for ip_pipeline example. Thanks