From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/9] deprecate fields in rte_ethdev Date: Tue, 03 Nov 2015 01:02:53 +0100 Message-ID: <1543643.HQEN1Bjl3x@xps13> References: <1445040882-31006-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-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 986DD8E89 for ; Tue, 3 Nov 2015 01:04:04 +0100 (CET) Received: by wmff134 with SMTP id f134so71973512wmf.1 for ; Mon, 02 Nov 2015 16:04:04 -0800 (PST) In-Reply-To: <1445040882-31006-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-10-16 17:14, Stephen Hemminger: > 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. The imissed counter is not deprecated anymore. Please would you like to update this series accordingly? Thanks