[dpdk-dev] [PATCH] app/testpmd: Added two missing commands in help

2014-11-24 Thread Thomas Monjalon
> set link-up and set link-down were not included > in the help command. > > Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon Applied Thanks -- Thomas

[dpdk-dev] [PATCH] app/testpmd: Added two missing commands in help

2014-11-15 Thread Pablo de Lara
set link-up and set link-down were not included in the help command. Signed-off-by: Pablo de Lara --- app/test-pmd/cmdline.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 4c3fc76..5d5b725 100644 --- a/app/test-pm