From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ethdev: remove deprecated statistics Date: Fri, 22 Apr 2016 15:48:24 +0200 Message-ID: <2472628.jh6aIKjghY@xps13> References: <1461074613-32360-1-git-send-email-thomas.monjalon@6wind.com> <1461145675-23485-1-git-send-email-thomas.monjalon@6wind.com> <57175FF3.5060805@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Remy Horton , maryam.tahhan@intel.com, harry.van.haaren@intel.com To: dev@dpdk.org Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 788012C18 for ; Fri, 22 Apr 2016 15:48:47 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id n3so28059843wmn.0 for ; Fri, 22 Apr 2016 06:48:47 -0700 (PDT) In-Reply-To: <57175FF3.5060805@intel.com> 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" 2016-04-20 11:54, Remy Horton: > On 20/04/2016 10:47, Thomas Monjalon wrote: > > Some statistics were deprecated since release 2.1 (49f386542af4). > > The last deprecated counter to be used was imcasts. > > > > The VF loopback statistics are also removed as they are used only > > in igb and duplicated in extended statistics. > > > > The new counters should be added to extended statistics. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Remy Horton Applied