From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 3/9] ethdev: expose extended error stats Date: Fri, 17 Jul 2015 01:02:48 +0200 Message-ID: <15300056.jiV6B6y3vR@xps13> References: <1436965894-130019-1-git-send-email-maryam.tahhan@intel.com> <1436965894-130019-4-git-send-email-maryam.tahhan@intel.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-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id B41BB5A51 for ; Fri, 17 Jul 2015 01:04:00 +0200 (CEST) Received: by wibud3 with SMTP id ud3so28837409wib.0 for ; Thu, 16 Jul 2015 16:04:00 -0700 (PDT) In-Reply-To: <1436965894-130019-4-git-send-email-maryam.tahhan@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-07-15 14:11, Maryam Tahhan: > Extend rte_eth_xstats_get to retrieve additional stats from the device > driver as well the ethdev generic stats. > > Signed-off-by: Maryam Tahhan > --- > lib/librte_ether/rte_ethdev.c | 31 ++++++++++++++++++++----------- > 1 file changed, 20 insertions(+), 11 deletions(-) > mode change 100644 => 100755 lib/librte_ether/rte_ethdev.c > > diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c > old mode 100644 > new mode 100755 Beware of not changing file mode.