app/testpmd: show topology at forwarding start
authorZhihong Wang <zhihong.wang@intel.com>
Tue, 14 Jun 2016 23:08:06 +0000 (19:08 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 16 Jun 2016 14:34:48 +0000 (16:34 +0200)
commit933617d87eed576b3626b92882bb178a0d0494f9
tree8efb8c5580ae23b85613dd4cbe9cb8f736a9b9c2
parentf2bb7ae1d204729752bc033fd27708beb7de2118
app/testpmd: show topology at forwarding start

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 <zhihong.wang@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test-pmd/testpmd.c