From: Jin liu <jin.liu@corigine.com> To: dev@dpdk.org Cc: niklas.soderlund@corigine.com, Jin liu <jin.liu@corigine.com>, haifeil@nvidia.com, stable@dpdk.org, Chaoyong He <chaoyong.he@corigine.com> Subject: [PATCH] app/testpmd: fix help of create meter command Date: Thu, 28 Apr 2022 03:37:42 +0200 Message-ID: <20220428013742.1810881-1-jin.liu@corigine.com> (raw) The help message of create meter command is incomplete, lack of policy_id param, update help string. Fixes: f29fa2c59b85 ("app/testpmd: support policy actions per color") Cc: haifeil@nvidia.com Cc: stable@dpdk.org Signed-off-by: Jin liu <jin.liu@corigine.com> Signed-off-by: Chaoyong He <chaoyong.he@corigine.com> Signed-off-by: Niklas Söderlund <niklas.soderlund@corigine.com> --- app/test-pmd/cmdline_mtr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-pmd/cmdline_mtr.c b/app/test-pmd/cmdline_mtr.c index ad7ef6ad98..a0f885f190 100644 --- a/app/test-pmd/cmdline_mtr.c +++ b/app/test-pmd/cmdline_mtr.c @@ -817,8 +817,8 @@ static void cmd_create_port_meter_parsed(void *parsed_result, cmdline_parse_inst_t cmd_create_port_meter = { .f = cmd_create_port_meter_parsed, .data = NULL, - .help_str = "create port meter <port_id> <mtr_id> <profile_id> <meter_enable>(yes|no) " - "<stats_mask> <shared> <use_pre_meter_color> " + .help_str = "create port meter <port_id> <mtr_id> <profile_id> <policy_id> " + "<meter_enable>(yes|no) <stats_mask> <shared> <use_pre_meter_color> " "[<dscp_tbl_entry0> <dscp_tbl_entry1> ...<dscp_tbl_entry63>]", .tokens = { (void *)&cmd_create_port_meter_create, -- 2.27.0
next reply other threads:[~2022-04-28 11:59 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-04-28 1:37 Jin liu [this message] 2022-04-28 1:56 Jin liu 2022-04-28 2:03 Jin liu 2022-05-31 13:27 ` Ferruh Yigit
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=20220428013742.1810881-1-jin.liu@corigine.com \ --to=jin.liu@corigine.com \ --cc=chaoyong.he@corigine.com \ --cc=dev@dpdk.org \ --cc=haifeil@nvidia.com \ --cc=niklas.soderlund@corigine.com \ --cc=stable@dpdk.org \ /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
patches for DPDK stable branches This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/stable/0 stable/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 stable stable/ http://inbox.dpdk.org/stable \ stable@dpdk.org public-inbox-index stable Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.stable AGPL code for this site: git clone https://public-inbox.org/public-inbox.git