From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 874922C16 for ; Fri, 22 Apr 2016 12:19:42 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 22 Apr 2016 03:19:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,516,1455004800"; d="scan'208";a="960488405" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 22 Apr 2016 03:19:40 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.12]) by IRSMSX109.ger.corp.intel.com ([169.254.13.57]) with mapi id 14.03.0248.002; Fri, 22 Apr 2016 11:19:39 +0100 From: "Mcnamara, John" To: "maciej.czekaj@caviumnetworks.com" , "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] testpmd: extend commands for better scatter-gather tests Thread-Index: AQHRnH2fw0TJbbZhEEudsDWSfFZO/5+Vx6RA Date: Fri, 22 Apr 2016 10:19:38 +0000 Message-ID: References: <1461319098-22632-1-git-send-email-maciej.czekaj@caviumnetworks.com> In-Reply-To: <1461319098-22632-1-git-send-email-maciej.czekaj@caviumnetworks.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGFiNDc4ZWUtYjIyMC00NjQ2LWE3ODctODlmZGM4OTJlM2I2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkxXOEo3MlZuZXBVNzIxWCtFN1poZ045Z1l1SFwvbkhxOVJXXC9VOXJQclZWTT0ifQ== x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] testpmd: extend commands for better scatter-gather tests 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, 22 Apr 2016 10:19:42 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of > maciej.czekaj@caviumnetworks.com > Sent: Friday, April 22, 2016 10:58 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Maciej Czekaj > Subject: [dpdk-dev] [PATCH 0/3] testpmd: extend commands for better > scatter-gather tests >=20 > From: Maciej Czekaj >=20 > This patch adds 1 parameter and 2 command line items: > * --enable-scatter > * port config all scatter on|off > * port config all txqflags value >=20 > With these, testpmd can be used for testing scatter-gather in both TX and > RX. >=20 > 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 >=20 > app/test-pmd/cmdline.c | 81 +++++++++++++++++++++++++++++++++++++++++= +++--- > app/test-pmd/parameters.c | 3 ++ > 2 files changed, 80 insertions(+), 4 deletions(-) Hi, Thanks for that. As a general note, all new features to testpmd should have an equivalent en= try in the testpmd documentation: http://dpdk.org/doc/guides/testpmd_app_ug/index.html John