From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 0/6] Extended xstats API in ethdev library to allow grouping of stats Date: Mon, 01 May 2017 23:50:50 +0200 Message-ID: <11670030.BcDzzuNuhp@xps> References: <20170427144240.10188-1-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, harry.van.haaren@intel.com, deepak.k.jain@intel.com To: Michal Jastrzebski , Kuba Kozak Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A2CFA5942 for ; Mon, 1 May 2017 23:50:51 +0200 (CEST) In-Reply-To: <20170427144240.10188-1-michalx.k.jastrzebski@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/04/2017 16:42, Michal Jastrzebski: > Kuba Kozak (6): > ethdev: revert patches extending xstats API in ethdev > ethdev: retrieve xstats by ID > ethdev: get xstats ID by name > app/proc-info: support xstats by ID and by name > net/e1000: support xstats by ID > net/ixgbe: support xstats by ID Applied with small changes. Thanks for this better version.