From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 42D312BCC for ; Fri, 1 Jul 2016 15:16:15 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 01 Jul 2016 06:16:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,557,1459839600"; d="scan'208";a="727914781" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.169]) ([163.33.228.169]) by FMSMGA003.fm.intel.com with ESMTP; 01 Jul 2016 06:16:13 -0700 To: Thomas Monjalon References: <1467219588-1097-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org From: Remy Horton Organization: Intel Shannon Limited Message-ID: <0ce230e3-b816-70e4-bc0d-c52265166675@intel.com> Date: Fri, 1 Jul 2016 14:16:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1467219588-1097-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] ethdev: fix extended statistics description 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: Fri, 01 Jul 2016 13:16:15 -0000 On 29/06/2016 17:59, Thomas Monjalon wrote: > The old structure rte_eth_xstats contained names and values. > The new structure rte_eth_xstat contains ids and values. > > Fixes: bd6aa172cf35 ("ethdev: fetch extended statistics with integer ids") > Fixes: e2aae1c1ced9 ("ethdev: remove name from extended statistic fetch") > > Signed-off-by: Thomas Monjalon Acked-by: Remy Horton