git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27e56d
)
app/testpmd: fix help for TM commit command
author
Krzysztof Kanas
<krzysztof.kanas@caviumnetworks.com>
Wed, 25 Jul 2018 12:41:49 +0000
(14:41 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 26 Jul 2018 17:45:44 +0000
(19:45 +0200)
Fixes:
996cb153af06
("app/testpmd: add commands for TM nodes and hierarchy commit")
Signed-off-by: Krzysztof Kanas <krzysztof.kanas@caviumnetworks.com>
app/test-pmd/cmdline_tm.c
patch
|
blob
|
history
diff --git
a/app/test-pmd/cmdline_tm.c
b/app/test-pmd/cmdline_tm.c
index
2729101
..
631f179
100644
(file)
--- a/
app/test-pmd/cmdline_tm.c
+++ b/
app/test-pmd/cmdline_tm.c
@@
-2176,7
+2176,7
@@
static void cmd_port_tm_hierarchy_commit_parsed(void *parsed_result,
cmdline_parse_inst_t cmd_port_tm_hierarchy_commit = {
.f = cmd_port_tm_hierarchy_commit_parsed,
.data = NULL,
- .help_str = "
Set port tm node shaper profile
",
+ .help_str = "
Commit port tm hierarchy
",
.tokens = {
(void *)&cmd_port_tm_hierarchy_commit_port,
(void *)&cmd_port_tm_hierarchy_commit_tm,