________________________________________ Od: dev <dev-bounces at dpdk.org> w imieniu u?ytkownika Mcnamara, John <john.mcnamara at intel.com> Wys?ane: 22 kwietnia 2016 12:19 Do: Czekaj, Maciej; De Lara Guarch, Pablo DW: dev at dpdk.org Temat: Re: [dpdk-dev] [PATCH 0/3] testpmd: extend commands for better scatter-gather tests
> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of > maciej.czekaj at caviumnetworks.com > Sent: Friday, April 22, 2016 10:58 AM > To: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com> > Cc: dev at dpdk.org; Maciej Czekaj <maciej.czekaj at caviumnetworks.com> > Subject: [dpdk-dev] [PATCH 0/3] testpmd: extend commands for better > scatter-gather tests > > From: Maciej Czekaj <maciej.czekaj at caviumnetworks.com> > > This patch adds 1 parameter and 2 command line items: > * --enable-scatter > * port config all scatter on|off > * port config all txqflags value > > With these, testpmd can be used for testing scatter-gather in both TX and > RX. > > 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 | 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 entry in the testpmd documentation: http://dpdk.org/doc/guides/testpmd_app_ug/index.html John I will include the doc in v2.