From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] ethdev: fix extended statistics description Date: Fri, 1 Jul 2016 14:16:11 +0100 Message-ID: <0ce230e3-b816-70e4-bc0d-c52265166675@intel.com> References: <1467219588-1097-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: dev@dpdk.org To: Thomas Monjalon 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) In-Reply-To: <1467219588-1097-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 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