app/testpmd: fix incorrect port number check
authorYong Liu <yong.liu@intel.com>
Wed, 11 Mar 2015 07:23:10 +0000 (15:23 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 11 Mar 2015 14:59:56 +0000 (15:59 +0100)
testpmd parameter "nb-port" mean the number of forwarding port.
It's incorrect to use function port_id_is_invalid to check number of ports.

Fixes: edab33b1c01d ("app/testpmd: support port hotplug")

Signed-off-by: Yong Liu <yong.liu@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

No differences found