From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix extended statistics description Date: Fri, 01 Jul 2016 16:07:35 +0200 Message-ID: <2822926.xbDuCXDnoL@xps13> References: <1467219588-1097-1-git-send-email-thomas.monjalon@6wind.com> <0ce230e3-b816-70e4-bc0d-c52265166675@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id BF9CA2BB3 for ; Fri, 1 Jul 2016 16:07:36 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id v199so28185091wmv.0 for ; Fri, 01 Jul 2016 07:07:36 -0700 (PDT) In-Reply-To: <0ce230e3-b816-70e4-bc0d-c52265166675@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" > > 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 Applied