From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 56CE61BB20 for ; Fri, 22 Jun 2018 11:12:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jun 2018 02:12:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,256,1526367600"; d="scan'208";a="66305786" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 22 Jun 2018 02:12:41 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by irsmsx105.ger.corp.intel.com ([169.254.7.126]) with mapi id 14.03.0319.002; Fri, 22 Jun 2018 10:12:40 +0100 From: "Iremonger, Bernard" To: Stephen Hemminger , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 1/3] testpmd: add ability to set tx IP and UDP parameters Thread-Index: AQHUB0xqPyqqqjNx2EieePeldv5zOqRsATZQ Date: Fri, 22 Jun 2018 09:12:40 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CB712D@IRSMSX108.ger.corp.intel.com> References: <20180618213557.15209-1-stephen@networkplumber.org> <20180618213557.15209-2-stephen@networkplumber.org> In-Reply-To: <20180618213557.15209-2-stephen@networkplumber.org> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTU3NWE1N2QtN2JiZC00NjkzLThmNDctMDRlZThkYzRjOTRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYlwvZXAwZ2tCcGVBTHlaZ1Jaa1pwUUxOTGdxXC9LczVMbXhMS3R2ZVdlenFQYjE1U0FJblVGM1pwXC9LVVlVbk5nMCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 1/3] testpmd: add ability to set tx IP and UDP parameters X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 09:12:44 -0000 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 >=20 > Use RFC standard values for Tx only test as defaults. > But let the user override those values on command line. >=20 > 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 <=3D N < ``CONFIG_RTE_MAX_ETHPORTS`` from the configuration = file. >=20 > + > +* ``--tx-ip=3DSRC,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 o= nly test. > + The defaults are source 192.18.0.1 and destination 192.18.0.2. > + > +* ``--tx-udp=3DSRC[,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 onl= y test. > + The default port is the 9 (discard). > + > * ``--pkt-filter-mode=3Dmode`` >=20 > 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.