From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 7/7] rte_ether: mark deprecated statistics with attribute Date: Thu, 12 Nov 2015 23:03:11 +0100 Message-ID: <6146480.TurfPsdx5u@xps13> References: <1446771879-3979-1-git-send-email-stephen@networkplumber.org> <1446771879-3979-8-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 05F04924A for ; Thu, 12 Nov 2015 23:04:25 +0100 (CET) Received: by wmww144 with SMTP id w144so5877560wmw.1 for ; Thu, 12 Nov 2015 14:04:24 -0800 (PST) In-Reply-To: <1446771879-3979-8-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: > Use deprecated attribute to highlight any use of fields that > are marked as going away in the rte_ether device statistics. The example app ip_pipeline does not compile. I will add a patch to fix it.