[dpdk-dev] [PATCH] testpmd: Fix wrong message in testpmd

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jul 30 00:20:13 CEST 2015


2015-06-24 15:56, Michael Qiu:
> When close one port twice, testpmd will give out wrong messagse.
> 
> testpmd> port stop  0
> Stopping ports...
> Checking link statuses...
> Port 0 Link Up - speed 0 Mbps - full-duplex
> Port 1 Link Up - speed 0 Mbps - full-duplex
> Done
> testpmd> port close 0
> Closing ports...
> Done
> testpmd> port close 0
> Closing ports...
> Port 0 is now not stopped
> Done
> testpmd> 
> 
> 
> Signed-off-by: Michael Qiu <michael.qiu at intel.com>

Applied, thanks


More information about the dev mailing list