From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 20 Apr 2016 03:54:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,509,1455004800"; d="scan'208";a="962625447" Received: from rhorton-mobl.ger.corp.intel.com (HELO [10.237.221.139]) ([10.237.221.139]) by fmsmga002.fm.intel.com with ESMTP; 20 Apr 2016 03:54:45 -0700 Message-ID: <57175FF3.5060805@intel.com> Date: Wed, 20 Apr 2016 11:54:43 +0100 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon CC: maryam.tahhan@intel.com, harry.van.haaren@intel.com, dev@dpdk.org References: <1461074613-32360-1-git-send-email-thomas.monjalon@6wind.com> <1461145675-23485-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1461145675-23485-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] ethdev: remove deprecated statistics X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 10:54:46 -0000 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