From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/9] Expose IXGBE extended stats to DPDK apps Date: Fri, 17 Jul 2015 02:32:14 +0200 Message-ID: <2481121.q4dcn5CTbE@xps13> References: <1436965894-130019-1-git-send-email-maryam.tahhan@intel.com> <55A7631C.3020408@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maryam Tahhan Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 198125A79 for ; Fri, 17 Jul 2015 02:33:28 +0200 (CEST) Received: by wibud3 with SMTP id ud3so27690164wib.1 for ; Thu, 16 Jul 2015 17:33:28 -0700 (PDT) In-Reply-To: <55A7631C.3020408@6wind.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-07-16 09:54, Olivier MATZ: > On 07/15/2015 03:11 PM, Maryam Tahhan wrote: > > This patch set implements xstats_get() and xstats_reset() in dev_ops for > > ixgbe to expose detailed error statistics to DPDK applications. The > > dump_cfg application was extended to demonstrate the usage of > > retrieving statistics for DPDK interfaces and renamed to proc_info > > in order reflect this new functionality. This patch set also removes non > > generic statistics from the statistics strings at the ethdev level and > > marks the relevant registers as depricated in struct rte_eth_stats. > > Acked-by: Olivier Matz Applied with minor fixes, thanks