From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: document xstats API assumption Date: Wed, 4 Jul 2018 18:38:41 +0100 Message-ID: <9095c3db-be1a-13ec-a063-76d2b1eb92d5@intel.com> References: <1528359323-22885-1-git-send-email-david.marchand@6wind.com> <20180628141602.91695-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , dev@dpdk.org, Olivier Matz , Remy Horton To: David Marchand Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7023A5F21 for ; Wed, 4 Jul 2018 19:38:44 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/29/2018 8:15 AM, David Marchand wrote: > On Thu, Jun 28, 2018 at 4:16 PM, Ferruh Yigit wrote: >> Documents the assumption that 'xstats[i].id == i' and >> key=xstats_names[i].name, value=xstats[i].value >> >> xstats[i].id is still used for xstats _by_id() APIs. >> >> This patch reverts some part of the commit 6d52d1d4afb4 ("ethdev: >> clarify extended statistics documentation") >> >> Signed-off-by: Ferruh Yigit > > Reviewed-by: David Marchand Acked-by: Harry van Haaren Applied to dpdk-next-net/master, thanks.