From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maciej Czekaj Subject: Re: [PATCH v2 0/3] testpmd: extend commands for better scatter-gather tests Date: Thu, 28 Apr 2016 14:09:35 +0200 Message-ID: <5721FD7F.8040505@caviumnetworks.com> References: <1461319098-22632-1-git-send-email-maciej.czekaj@caviumnetworks.com> <1461336680-7581-1-git-send-email-maciej.czekaj@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: "Mcnamara, John" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Return-path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0057.outbound.protection.outlook.com [65.55.169.57]) by dpdk.org (Postfix) with ESMTP id 9EB7337B2 for ; Thu, 28 Apr 2016 14:09:50 +0200 (CEST) In-Reply-To: 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" On Thu, 28 Apr 2016 08:52:59 +0000 De Lara Guarch, Pablo wrote: > > >> -----Original Message----- >> From: maciej.czekaj@caviumnetworks.com >> [mailto:maciej.czekaj@caviumnetworks.com] >> Sent: Friday, April 22, 2016 3:51 PM >> To: dev@dpdk.org >> Cc: De Lara Guarch, Pablo; Mcnamara, John; Maciej Czekaj >> Subject: [PATCH v2 0/3] testpmd: extend commands for better scatter-gather >> tests >> >> From: Maciej Czekaj >> >> v2: >> - included documentation changes >> - added value check for "port config all txqflags" as in --tqxflags paramater >> >> Maciej Czekaj (3): >> app/testpmd: add "enable-scatter" parameter >> app/testpmd: extend port config with scatter parameter >> app/testpmd: support setting up txq_flags value in command line >> >> app/test-pmd/cmdline.c | 86 +++++++++++++++++++++++++++-- >> app/test-pmd/parameters.c | 3 + >> doc/guides/testpmd_app_ug/run_app.rst | 4 ++ >> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 20 +++++++ >> 4 files changed, 109 insertions(+), 4 deletions(-) >> >> -- >> 1.9.1 > > Series-acked-by: Pablo de Lara > > Just one comment, maybe we should include some extra info in "show port info all", like txqflags or scatter mode. > txqflags is displayed in: - a forwarding info upon start command - show txq info scatter mode is displayed in: - show rxq info Still I think it is a good point to aggregate it in port info. I will address it in v3.