Re: [dpdk-dev] [PATCH v2] app/testpmd: add eth peer CLI command

2018-01-15 Thread Thomas Monjalon
14/01/2018 09:27, Wisam Jaddo: > This command will simulate the process of setting the > eth-peer from command line. > > It will be useful to preform extra testing. > > usage: > testpmd> set eth-peer . > > Signed-off-by: Wisam Jaddo > Acked-by: Wenzhuo Lu > > --- > changes in v2: > ad

[dpdk-dev] [PATCH v2] app/testpmd: add eth peer CLI command

2018-01-14 Thread Wisam Jaddo
This command will simulate the process of setting the eth-peer from command line. It will be useful to preform extra testing. usage: testpmd> set eth-peer . Signed-off-by: Wisam Jaddo Acked-by: Wenzhuo Lu --- changes in v2: added Ack from Wenzhuo, and sending to ML again due