app/testpmd: add --disable-link-check option
authorDavid Marchand <david.marchand@6wind.com>
Wed, 30 Apr 2014 13:30:02 +0000 (15:30 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 16 May 2014 11:25:42 +0000 (13:25 +0200)
commitbc20240622bd7e88c4c8879c8e41ce8aca695433
treec4a3bda2c6e5b32e1627d2ba6b131d1a216b61e8
parentd8c89163cb8955f409ba743b243c91d6b4203ac6
app/testpmd: add --disable-link-check option

When starting/stopping ports, a link status check on all available ports is
done. This can be annoying when cables are not plugged at the time.
Default behavior is untouched.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test-pmd/cmdline.c
app/test-pmd/parameters.c
app/test-pmd/testpmd.c
app/test-pmd/testpmd.h