From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Thu, 12 Nov 2015 23:04:25 +0100 (CET)
Received: by wmww144 with SMTP id w144so5877560wmw.1
 for <dev@dpdk.org>; Thu, 12 Nov 2015 14:04:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind_com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=2FDHtMfXIfX8aZLrfdm7jQ1AaVXr0LHU0toTMNEwm00=;
 b=xu6FFGeBNPfKi52HsCMWInSOo5yB6iPW2eZ9Us8zk6RqXJiIAFNv5AAV9ZVRYTWKwu
 xr+YC0DUhrk8N6uyZF0GvBusX1d2E2s0ELIJPCEG5BoIoXM9sbYuT1hcJ2i6IjzY+TBG
 g1IltplsFvxxxj5kYDmBkhC4i1Yf/mT4lurn4T3V1En1VjvuO+TP9uXPu/gplPUooC19
 jayiV4tpBnvimvnpjONQiWeoD3i7C1a+Y5VoCdtciKLeuDA4G6VM9SctWWHF5FbTjNg3
 yljGf6Fak/vVELGUndFAtOP7BG/BFRet0/cRnVNRl20b1Ensnb6j+qTAVsfbyB5giYku
 kzuQ==
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=2FDHtMfXIfX8aZLrfdm7jQ1AaVXr0LHU0toTMNEwm00=;
 b=gS7ZHKIN4vMshKJJ67r9VSf8MKgTXeqaYmCEoVFIFlWGJHzx9eej7cE3JWmNO+36yb
 EqY4K2b6+8kOIjjXyUFxGvDelYN365isIz81X/usRMFgVFqFlRRo3E7q07q1lUyyxm9a
 5FRDkRe4wCesWrjS9+DsxoD0rl7egglJE+BHuWI0gVE63Hec7YAY7JGkIZwR7YMYHfvS
 dL1yWkR4FoorFmWYrP/9zIlPbKVj8q/CK4yIo+fiU0ZyJrgmBksR3aIFIq9Ms9idxUG1
 uLy+6XcrbM/lM6mhazb8dinxvhQGwGbEkOU026yBTs6RW8jABlCaSFU6cdpw/zMvldFL
 4BGg==
X-Gm-Message-State: ALoCoQmR5tuqx8ouW0/SN3A8m/XftqsOOUT/ghrWctGeL+CW4TWcrNJvN2BBA7CmscPmCIcM9LLg
X-Received: by 10.194.71.234 with SMTP id y10mr21044636wju.113.1447365864767; 
 Thu, 12 Nov 2015 14:04:24 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id cw3sm12401888wjb.26.2015.11.12.14.04.23
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 12 Nov 2015 14:04:23 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Date: Thu, 12 Nov 2015 23:03:11 +0100
Message-ID: <6146480.TurfPsdx5u@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1446771879-3979-8-git-send-email-stephen@networkplumber.org>
References: <1446771879-3979-1-git-send-email-stephen@networkplumber.org>
 <1446771879-3979-8-git-send-email-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 7/7] rte_ether: mark deprecated statistics
	with attribute
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Nov 2015 22:04:25 -0000

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.