DPDK patches and discussions
 help / color / mirror / Atom feed
From: Krzysztof Kanas <krzysztof.kanas@caviumnetworks.com>
To: "Iremonger, Bernard" <bernard.iremonger@intel.com>,
	krzysztof.kanas@caviumnetworks.com, dev@dpdk.org,
	Wenzhuo Lu <wenzhuo.lu@intel.com>,
	Jingjing Wu <jingjing.wu@intel.com>
Cc: Nithin Dabilpuram <nithin.dabilpuram@cavium.com>,
	"Singh, Jasvinder" <jasvinder.singh@intel.com>
Subject: [dpdk-dev] [PATCH v3 2/2] app/testpmd: fix help string for tm commit cmd
Date: Wed, 25 Jul 2018 14:41:49 +0200	[thread overview]
Message-ID: <20180725124149.2734-2-krzysztof.kanas@caviumnetworks.com> (raw)
In-Reply-To: <20180725124149.2734-1-krzysztof.kanas@caviumnetworks.com>

Fixes: 996cb153af06 ("app/testpmd: add commands for TM nodes and hierarchy commit")
Cc: jasvinder.singh@intel.com

Signed-off-by: Krzysztof Kanas <krzysztof.kanas@caviumnetworks.com>
---
 app/test-pmd/cmdline_tm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/cmdline_tm.c b/app/test-pmd/cmdline_tm.c
index 4f515241703a..09acc1b87293 100644
--- a/app/test-pmd/cmdline_tm.c
+++ b/app/test-pmd/cmdline_tm.c
@@ -2172,7 +2172,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,
-- 
2.18.0

  reply	other threads:[~2018-07-25 12:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-10  6:50 [dpdk-dev] [PATCH 1/2] app/testpmd: fix use of uninitialized field Krzysztof Kanas
2018-07-10  6:51 ` [dpdk-dev] [PATCH 2/2] app/testpmd: fix help string for tm commit cmd Krzysztof Kanas
2018-07-18  8:51   ` Iremonger, Bernard
2018-07-18  9:54     ` [dpdk-dev] [PATCH v2 " Krzysztof Kanas
2018-07-24  9:08       ` Iremonger, Bernard
2018-07-25 12:41         ` [dpdk-dev] [PATCH v3 1/2] app/testpmd: fix use of uninitialized field Krzysztof Kanas
2018-07-25 12:41           ` Krzysztof Kanas [this message]
2018-07-25 13:23             ` [dpdk-dev] [PATCH v3 2/2] app/testpmd: fix help string for tm commit cmd Iremonger, Bernard
2018-07-25 13:22           ` [dpdk-dev] [PATCH v3 1/2] app/testpmd: fix use of uninitialized field Iremonger, Bernard
2018-07-26 17:36             ` Thomas Monjalon
2018-07-18  8:40 ` [dpdk-dev] [PATCH " Iremonger, Bernard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180725124149.2734-2-krzysztof.kanas@caviumnetworks.com \
    --to=krzysztof.kanas@caviumnetworks.com \
    --cc=bernard.iremonger@intel.com \
    --cc=dev@dpdk.org \
    --cc=jasvinder.singh@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=nithin.dabilpuram@cavium.com \
    --cc=wenzhuo.lu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).