From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] ethdev: fix xstats id mismatch Date: Sat, 09 Jul 2016 23:22:48 +0200 Message-ID: <5633277.cMC7SMMFTF@xps13> References: <1467992664-15796-1-git-send-email-remy.horton@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-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 472C82170 for ; Sat, 9 Jul 2016 23:22:50 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id o80so5443853wme.1 for ; Sat, 09 Jul 2016 14:22:50 -0700 (PDT) In-Reply-To: <1467992664-15796-1-git-send-email-remy.horton@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" 2016-07-08 16:44, Remy Horton: > When fetching xstats values the driver specific parameters are > placed after the generic ones, but when fetching xstats names > the driver specific parameter names came first. This patch fixes > the resulting id mismatch between names and values. > > Fixes: bd6aa172cf35 ("ethdev: fetch extended statistics with integer ids") > > Signed-off-by: Remy Horton Applied, thanks