From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v2] ethdev: remove deprecated statistics Date: Wed, 20 Apr 2016 11:54:43 +0100 Message-ID: <57175FF3.5060805@intel.com> References: <1461074613-32360-1-git-send-email-thomas.monjalon@6wind.com> <1461145675-23485-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: maryam.tahhan@intel.com, harry.van.haaren@intel.com, dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6835D2C37 for ; Wed, 20 Apr 2016 12:54:46 +0200 (CEST) In-Reply-To: <1461145675-23485-1-git-send-email-thomas.monjalon@6wind.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" 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