From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 74C95234 for ; Fri, 23 Oct 2015 17:29:01 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 23 Oct 2015 08:28:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,186,1444719600"; d="scan'208";a="833930391" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 23 Oct 2015 08:28:57 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.139]) by IRSMSX106.ger.corp.intel.com ([169.254.8.229]) with mapi id 14.03.0248.002; Fri, 23 Oct 2015 16:28:56 +0100 From: "Tahhan, Maryam" To: "Van Haaren, Harry" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 03/11] ethdev: update xstats_get() strings and Q handling Thread-Index: AQHRDOFLjkFiDz1vqU+TPHbnVtAUGJ55NTTg Date: Fri, 23 Oct 2015 15:28:56 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A5D95A9@IRSMSX109.ger.corp.intel.com> References: <1443606022-13581-2-git-send-email-harry.van.haaren@intel.com> <1445528914-27636-1-git-send-email-harry.van.haaren@intel.com> <1445528914-27636-4-git-send-email-harry.van.haaren@intel.com> In-Reply-To: <1445528914-27636-4-git-send-email-harry.van.haaren@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 03/11] ethdev: update xstats_get() strings and Q handling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 15:29:01 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Harry van Haaren > Sent: Thursday, October 22, 2015 4:48 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 03/11] ethdev: update xstats_get() strings = and > Q handling >=20 > Update the strings used for presenting stats to adhere to the scheme > previously presented. Updated xstats_get() function to handle Q informati= on > only if xstats() is not implemented in the PMD, providing the PMD with th= e > needed flexibility to expose its extended Q stats. >=20 > Signed-off-by: Harry van Haaren Acked-by: Maryam Tahhan