From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] xstats queue handling Date: Thu, 12 Nov 2015 17:36:26 +0100 Message-ID: <2845955.0FRLIs54h9@xps13> References: <1446819175-31325-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id CA4B8688E for ; Thu, 12 Nov 2015 17:37:39 +0100 (CET) Received: by wmvv187 with SMTP id v187so42065522wmv.1 for ; Thu, 12 Nov 2015 08:37:39 -0800 (PST) In-Reply-To: <1446819175-31325-1-git-send-email-harry.van.haaren@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" 2015-11-06 14:12, Harry van Haaren: > This patchset modifies how queue statistics are presented by > rte_eth_xstats_get() and each PMD's xstats_get(). > > Generic stats from the rte_eth_stats struct are presented by rte, and each > PMD can augment those stats with extra stats that are available (if any). > > Currently ixgbe and i40e are the only NICs supporting queue xstats, and > they have been updated to conform with the new method of presentation. > > > Harry van Haaren (3): > ethdev: xstats generic Q stats refactor > ixgbe: refactor xstats queue handling > i40e: refactor xstats queue handling Applied, thanks