[dpdk-dev] [PATCH v3 5/5] testpmd: show topology at forwarding start

2016-06-16 Thread Thomas Monjalon
2016-06-16 11:09, De Lara Guarch, Pablo: > > --- a/app/test-pmd/testpmd.c > > +++ b/app/test-pmd/testpmd.c > > @@ -1016,6 +1016,7 @@ start_packet_forwarding(int with_tx_first) > > flush_fwd_rx_queues(); > > > > fwd_config_setup(); > > + fwd_config_display(); > > rxtx_config_d

[dpdk-dev] [PATCH v3 5/5] testpmd: show topology at forwarding start

2016-06-16 Thread De Lara Guarch, Pablo
> -Original Message- > From: Wang, Zhihong > Sent: Wednesday, June 15, 2016 12:08 AM > To: dev at dpdk.org > Cc: Ananyev, Konstantin; Richardson, Bruce; De Lara Guarch, Pablo; > thomas.monjalon at 6wind.com; Wang, Zhihong > Subject: [PATCH v3 5/5] testpmd: show topology at forwarding star

[dpdk-dev] [PATCH v3 5/5] testpmd: show topology at forwarding start

2016-06-14 Thread Zhihong Wang
This patch show topology at forwarding start. "show config fwd" also does this, but showing it directly can reduce the possibility of misconfiguration. Currently fwd_config_display() calls fwd_config_setup(), this misleading behavior will be fixed in other patches. Signed-off-by: Zhihong Wang