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 5C8B46CB1 for ; Wed, 18 May 2016 10:42:50 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 18 May 2016 01:42:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,328,1459839600"; d="scan'208";a="969428638" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 18 May 2016 01:42:49 -0700 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.131]) by IRSMSX109.ger.corp.intel.com ([169.254.13.120]) with mapi id 14.03.0248.002; Wed, 18 May 2016 09:42:47 +0100 From: "Tahhan, Maryam" To: "Horton, Remy" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [RFC PATCH v2 3/3] examples/ethtool: add xstats display command Thread-Index: AQHRp4giEX9ZVer1hEyeMoECRFf7eJ++c1+Q Date: Wed, 18 May 2016 08:42:47 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536B1BF34A@IRSMSX106.ger.corp.intel.com> References: <1462533074-1994-1-git-send-email-remy.horton@intel.com> <1462533074-1994-4-git-send-email-remy.horton@intel.com> In-Reply-To: <1462533074-1994-4-git-send-email-remy.horton@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTA2YmY1YzItYzhhZC00NGZhLWFkOTctYzQyMjAzZjIzOWFjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InkwRWZUekkxQmZjWGhOOVpYeCtDNHBOTmhJNDQ5VEczU2NFN3FmYUFkXC9VPSJ9 x-ctpclassification: CTP_IC 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] [RFC PATCH v2 3/3] examples/ethtool: add xstats display command 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: Wed, 18 May 2016 08:42:50 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Remy Horton > Sent: Friday, May 6, 2016 12:11 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [RFC PATCH v2 3/3] examples/ethtool: add xstats > display command >=20 > Signed-off-by: Remy Horton > --- Acked-by: Maryam Tahhan