From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1E2C95A06 for ; Mon, 2 Nov 2015 14:33:23 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 02 Nov 2015 05:33:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,234,1444719600"; d="scan'208";a="592518065" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 02 Nov 2015 05:33:22 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.75]) by IRSMSX153.ger.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0248.002; Mon, 2 Nov 2015 13:33:21 +0000 From: "Ananyev, Konstantin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCHv7 8/9] testpmd: add new command to display RX/TX queue information Thread-Index: AQHRELZuhSKMXrfmDU+cQaBoj8Q2v56H1ToAgADvKXA= Date: Mon, 2 Nov 2015 13:33:20 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836AB8273@irsmsx105.ger.corp.intel.com> References: <1445950311-20497-1-git-send-email-konstantin.ananyev@intel.com> <1445950311-20497-9-git-send-email-konstantin.ananyev@intel.com> <4018028.uTGUft0chc@xps13> In-Reply-To: <4018028.uTGUft0chc@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCHv7 8/9] testpmd: add new command to display RX/TX queue information 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: Mon, 02 Nov 2015 13:33:24 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Sunday, November 01, 2015 11:16 PM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCHv7 8/9] testpmd: add new command to display= RX/TX queue information >=20 > 2015-10-27 12:51, Konstantin Ananyev: > > Signed-off-by: Konstantin Ananyev > > --- > > app/test-pmd/cmdline.c | 48 +++++++++++++++++++++++++++++++ > > app/test-pmd/config.c | 77 ++++++++++++++++++++++++++++++++++++++++++= ++++++++ > > app/test-pmd/testpmd.h | 2 ++ > > 3 files changed, 127 insertions(+) >=20 > Should we update the testpmd guide? Ah yes, forgot about that one. Will send a separate patch then. Thanks Konstantin