* [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command invocation
@ 2018-10-02 13:35 Jerin Jacob
2018-10-02 14:49 ` Iremonger, Bernard
0 siblings, 1 reply; 3+ messages in thread
From: Jerin Jacob @ 2018-10-02 13:35 UTC (permalink / raw)
To: Wenzhuo Lu, Jingjing Wu, Bernard Iremonger
Cc: dev, Jerin Jacob, olivier.matz, stable
Based on the documentation and help print, the sub command
for csum suppose to be "parse-tunnel" instead of "parse_tunnel".
Cc: olivier.matz@6wind.com
Cc: stable@dpdk.org
Fixes: 64fc36064dc3 ("app/testpmd: add csum parse-tunnel command")
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
app/test-pmd/cmdline.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index 0c5399dc4..3376a665c 100644
--- a/app/test-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -4367,7 +4367,7 @@ cmdline_parse_token_string_t cmd_csum_tunnel_csum =
csum, "csum");
cmdline_parse_token_string_t cmd_csum_tunnel_parse =
TOKEN_STRING_INITIALIZER(struct cmd_csum_tunnel_result,
- parse, "parse_tunnel");
+ parse, "parse-tunnel");
cmdline_parse_token_string_t cmd_csum_tunnel_onoff =
TOKEN_STRING_INITIALIZER(struct cmd_csum_tunnel_result,
onoff, "on#off");
@@ -4378,7 +4378,7 @@ cmdline_parse_token_num_t cmd_csum_tunnel_portid =
cmdline_parse_inst_t cmd_csum_tunnel = {
.f = cmd_csum_tunnel_parsed,
.data = NULL,
- .help_str = "csum parse_tunnel on|off <port_id>: "
+ .help_str = "csum parse-tunnel on|off <port_id>: "
"Enable/Disable parsing of tunnels for csum engine",
.tokens = {
(void *)&cmd_csum_tunnel_csum,
--
2.19.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command invocation
2018-10-02 13:35 [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command invocation Jerin Jacob
@ 2018-10-02 14:49 ` Iremonger, Bernard
2018-10-03 14:26 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Iremonger, Bernard @ 2018-10-02 14:49 UTC (permalink / raw)
To: Jerin Jacob, Lu, Wenzhuo, Wu, Jingjing; +Cc: dev, olivier.matz, stable
> -----Original Message-----
> From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com]
> Sent: Tuesday, October 2, 2018 2:36 PM
> To: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Iremonger, Bernard <bernard.iremonger@intel.com>
> Cc: dev@dpdk.org; Jerin Jacob <jerin.jacob@caviumnetworks.com>;
> olivier.matz@6wind.com; stable@dpdk.org
> Subject: [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command
> invocation
>
> Based on the documentation and help print, the sub command for csum suppose
> to be "parse-tunnel" instead of "parse_tunnel".
>
> Cc: olivier.matz@6wind.com
> Cc: stable@dpdk.org
>
> Fixes: 64fc36064dc3 ("app/testpmd: add csum parse-tunnel command")
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command invocation
2018-10-02 14:49 ` Iremonger, Bernard
@ 2018-10-03 14:26 ` Ferruh Yigit
0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2018-10-03 14:26 UTC (permalink / raw)
To: Iremonger, Bernard, Jerin Jacob, Lu, Wenzhuo, Wu, Jingjing
Cc: dev, olivier.matz, stable
On 10/2/2018 3:49 PM, Iremonger, Bernard wrote:
>
>
>> -----Original Message-----
>> From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com]
>> Sent: Tuesday, October 2, 2018 2:36 PM
>> To: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing
>> <jingjing.wu@intel.com>; Iremonger, Bernard <bernard.iremonger@intel.com>
>> Cc: dev@dpdk.org; Jerin Jacob <jerin.jacob@caviumnetworks.com>;
>> olivier.matz@6wind.com; stable@dpdk.org
>> Subject: [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command
>> invocation
>>
>> Based on the documentation and help print, the sub command for csum suppose
>> to be "parse-tunnel" instead of "parse_tunnel".
>>
>> Cc: olivier.matz@6wind.com
>> Cc: stable@dpdk.org
>>
>> Fixes: 64fc36064dc3 ("app/testpmd: add csum parse-tunnel command")
>> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
>
> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
Applied to dpdk-next-net/master, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-10-03 14:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 13:35 [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command invocation Jerin Jacob
2018-10-02 14:49 ` Iremonger, Bernard
2018-10-03 14:26 ` Ferruh Yigit
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).