[dpdk-dev] [PATCH] app/testpmd: add --disable-link-check option

2014-05-16 Thread Thomas Monjalon
2014-04-30 15:30, David Marchand: > 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 Acked-by: Thomas Monjalon Applied for version

[dpdk-dev] [PATCH] app/testpmd: add --disable-link-check option

2014-04-30 Thread David Marchand
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 --- app/test-pmd/cmdline.c| 41 + app/test-pm