numam-dpdk/app
Michael Qiu d4e8ad64fa app/testpmd: fix error message when closing port twice
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@intel.com>
2015-07-30 02:15:32 +02:00
..
cmdline_test app: fix whitespace 2015-06-12 11:10:10 +02:00
proc_info app: replace dump_cfg by proc_info 2015-07-17 02:26:38 +02:00
test mem: introduce memzone freeing 2015-07-16 14:01:04 +02:00
test-acl acl: remove redundant macro 2015-06-18 17:59:18 +02:00
test-pipeline app: replace some offload flags with packet type 2015-07-16 00:57:47 +02:00
test-pmd app/testpmd: fix error message when closing port twice 2015-07-30 02:15:32 +02:00
Makefile app: replace dump_cfg by proc_info 2015-07-17 02:26:38 +02:00