Re: [dpdk-dev] [PATCH v3] app/testpmd: make txonly mode generate multiple flows

2019-03-28 Thread Iremonger, Bernard
Hi Yongseok, > >> Subject: [dpdk-dev] [PATCH v3] app/testpmd: make txonly mode generate > >> multiple flows > >> > >> Testpmd can generate multiple flows without taking much cost and this > >> could be a simple traffic generator for developer

Re: [dpdk-dev] [PATCH v3] app/testpmd: make txonly mode generate multiple flows

2019-03-28 Thread Yongseok Koh
, Jingjing >> >> Cc: dev@dpdk.org; jer...@marvell.com; Ananyev, Konstantin >> >> Subject: [dpdk-dev] [PATCH v3] app/testpmd: make txonly mode generate >> multiple flows >> >> Testpmd can generate multiple flows without taking much cost and this could >> be

Re: [dpdk-dev] [PATCH v3] app/testpmd: make txonly mode generate multiple flows

2019-03-28 Thread Iremonger, Bernard
Hi Yongseok, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yongseok Koh > Sent: Thursday, March 28, 2019 1:51 AM > To: Lu, Wenzhuo ; Wu, Jingjing > > Cc: dev@dpdk.org; jer...@marvell.com; Ananyev, Konstantin > > Subject: [dpdk-dev

[dpdk-dev] [PATCH v3] app/testpmd: make txonly mode generate multiple flows

2019-03-27 Thread Yongseok Koh
Testpmd can generate multiple flows without taking much cost and this could be a simple traffic generator for developer's quick tests. If "--txonly-multi-flow" is specified in the command line, IP source address is varied to gnerate multiple flows. Signed-off-by: Yongseok Koh --- v3: * Add "--tx