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

Thomas Monjalon thomas.monjalon at 6wind.com
Wed May 25 11:45:19 CEST 2016


2016-05-05 18:47, 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.
[...]
> -	fwd_config_setup();
> +	fwd_config_display();
>  	rxtx_config_display();

Having _display() calling _setup() is really strange.
Maybe it is worth to be fixed in this patch.


More information about the dev mailing list