Re: [dpdk-dev] [PATCH v2 2/2] testpmd: add ability to set tx IP and UDP parameters

2018-06-18 Thread Stephen Hemminger
> > Cc: Stephen Hemminger > > Subject: [dpdk-dev] [PATCH v2 2/2] testpmd: add ability to set tx IP and UDP > > parameters > > > > Allow user to override the hard coded IP address and UDP port values in Tx > > only test. > > >

Re: [dpdk-dev] [PATCH v2 2/2] testpmd: add ability to set tx IP and UDP parameters

2018-06-18 Thread Stephen Hemminger
On Mon, 11 Jun 2018 11:25:26 -0700 Stephen Hemminger wrote: > Allow user to override the hard coded IP address and UDP > port values in Tx only test. > > Signed-off-by: Stephen Hemminger The same thing is needed in L3fwd. It has hardcoded non-standard table.

Re: [dpdk-dev] [PATCH v2 2/2] testpmd: add ability to set tx IP and UDP parameters

2018-06-14 Thread Iremonger, Bernard
Hi Stephen, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Monday, June 11, 2018 7:25 PM > To: dev@dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH v2 2/2] testpmd: add ability to set tx IP

[dpdk-dev] [PATCH v2 2/2] testpmd: add ability to set tx IP and UDP parameters

2018-06-11 Thread Stephen Hemminger
Allow user to override the hard coded IP address and UDP port values in Tx only test. Signed-off-by: Stephen Hemminger --- app/test-pmd/parameters.c | 49 +++ app/test-pmd/testpmd.h| 6 app/test-pmd/txonly.c | 16 -