[dpdk-dev] [PATCH v2 2/5] testpmd: configurable tx_first burst number

2016-06-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: Wang, Zhihong > Sent: Wednesday, June 01, 2016 4:28 AM > To: dev at dpdk.org > Cc: Ananyev, Konstantin; Richardson, Bruce; De Lara Guarch, Pablo; > thomas.monjalon at 6wind.com; Wang, Zhihong > Subject: [PATCH v2 2/5] testpmd: configurable tx_first burst numbe

[dpdk-dev] [PATCH v2 2/5] testpmd: configurable tx_first burst number

2016-05-31 Thread Zhihong Wang
This patch enables configurable tx_first burst number. Use "start tx_first (burst_num)" to specify how many bursts of packets to be sent before forwarding start, or "start tx_first" like before for the default 1 burst send. Signed-off-by: Zhihong Wang --- app/test-pmd/cmdline.c