* [dpdk-dev] [PATCH] app/testpmd: Added two missing commands in help
@ 2014-11-15 19:01 Pablo de Lara
2014-11-24 15:57 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2014-11-15 19:01 UTC (permalink / raw)
To: dev
set link-up and set link-down were not included
in the help command.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
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-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -463,7 +463,11 @@ static void cmd_help_long_parsed(void *parsed_result,
"set bonding xmit_balance_policy (port_id) (l2|l23|l34)\n"
" Set the transmit balance policy for bonded device running in balance mode.\n\n"
#endif
+ "set link-up port (port_id)\n"
+ " Set link up for a port.\n\n"
+ "set link-down port (port_id)\n"
+ " Set link down for a port.\n\n"
, list_pkt_forwarding_modes()
);
}
--
1.7.4.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] app/testpmd: Added two missing commands in help
2014-11-15 19:01 [dpdk-dev] [PATCH] app/testpmd: Added two missing commands in help Pablo de Lara
@ 2014-11-24 15:57 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2014-11-24 15:57 UTC (permalink / raw)
To: Pablo de Lara; +Cc: dev
> set link-up and set link-down were not included
> in the help command.
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Applied
Thanks
--
Thomas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-24 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-15 19:01 [dpdk-dev] [PATCH] app/testpmd: Added two missing commands in help Pablo de Lara
2014-11-24 15:57 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).