From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/3] testpmd: add ability to set tx IP and UDP parameters Date: Mon, 29 Oct 2018 03:25:54 +0100 Message-ID: <1877372.D2CSD47orr@xps> References: <20180618213557.15209-1-stephen@networkplumber.org> <20180618213557.15209-2-stephen@networkplumber.org> <8CEF83825BEC744B83065625E567D7C260CB712D@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Iremonger, Bernard" To: Stephen Hemminger Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CB676A49 for ; Mon, 29 Oct 2018 03:25:49 +0100 (CET) In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CB712D@IRSMSX108.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Stephen, Please would you like to send a v4? 22/06/2018 11:12, Iremonger, Bernard: > Hi Stephen, > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > > Sent: Monday, June 18, 2018 10:36 PM > > To: dev@dpdk.org > > Cc: Stephen Hemminger > > Subject: [dpdk-dev] [PATCH v3 1/3] testpmd: add ability to set tx IP and UDP > > parameters > > > > Use RFC standard values for Tx only test as defaults. > > But let the user override those values on command line. > > > > Signed-off-by: Stephen Hemminger > > --- > > > > > app/test-pmd/parameters.c | 49 +++++++++++++++++++++++++++ > > diff --git a/doc/guides/testpmd_app_ug/run_app.rst > > b/doc/guides/testpmd_app_ug/run_app.rst > > index f301c2b6f709..ae9eb712e209 100644 > > --- a/doc/guides/testpmd_app_ug/run_app.rst > > +++ b/doc/guides/testpmd_app_ug/run_app.rst > > @@ -249,6 +249,15 @@ The commandline options are: > > Set the MAC address ``XX:XX:XX:XX:XX:XX`` of the peer port N, > > where 0 <= N < ``CONFIG_RTE_MAX_ETHPORTS`` from the configuration file. > > > > + > > +* ``--tx-ip=SRC,DST`` > > A newline should be inserted after the above line to maintain the existing format of the output HTML file. > > > + Set the source and destination IP address used when doing transmit only test. > > + The defaults are source 192.18.0.1 and destination 192.18.0.2. > > + > > +* ``--tx-udp=SRC[,DST]`` > > A newline should be inserted after the above line to maintain the existing format of the output HTML file. > > > + Set the source and destination UDP port number for transmit test only test. > > + The default port is the 9 (discard). > > + > > * ``--pkt-filter-mode=mode`` > > > > Set Flow Director mode where mode is either ``none`` (the default), > > ``signature`` or ``perfect``. > > -- > > 2.17.1 > > dpdk/devtools/check-git-log.sh -1 > Wrong headline label: > testpmd: add ability to set tx IP and UDP parameters > Wrong headline lowercase: > testpmd: add ability to set tx IP and UDP parameters > > The headline label should be "app/testpmd:" > "tx" should "Tx" > > I commented on this previously. > > Regards, > > Bernard. > >