From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv7 8/9] testpmd: add new command to display RX/TX queue information Date: Mon, 02 Nov 2015 00:16:24 +0100 Message-ID: <4018028.uTGUft0chc@xps13> References: <1445950311-20497-1-git-send-email-konstantin.ananyev@intel.com> <1445950311-20497-9-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Konstantin Ananyev Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 79D2E8E7F for ; Mon, 2 Nov 2015 00:17:40 +0100 (CET) Received: by wmff134 with SMTP id f134so46036510wmf.1 for ; Sun, 01 Nov 2015 15:17:40 -0800 (PST) In-Reply-To: <1445950311-20497-9-git-send-email-konstantin.ananyev@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-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(+) Should we update the testpmd guide?