[dpdk-dev,v2] testpmd: Fix a typo in a command description

Message ID 1509346596-30833-1-git-send-email-pavel.shirshov@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Pavel Shirshov Oct. 30, 2017, 6:56 a.m. UTC
  Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
---
 app/test-pmd/cmdline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit Nov. 7, 2017, 6:51 a.m. UTC | #1
On 10/29/2017 11:56 PM, Pavel Shirshov wrote:

    app/testpmd: fix a typo in a command description

    Fixes: 26faac80327f ("app/testpmd: unify help strings")
    Cc: stable@dpdk.org

> Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Ferruh Yigit Nov. 7, 2017, 6:51 a.m. UTC | #2
On 11/6/2017 10:51 PM, Ferruh Yigit wrote:
> On 10/29/2017 11:56 PM, Pavel Shirshov wrote:
> 
>     app/testpmd: fix a typo in a command description
> 
>     Fixes: 26faac80327f ("app/testpmd: unify help strings")
>     Cc: stable@dpdk.org
> 
>> Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk/master, thanks.
  

Patch

diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index 3b691fe..e5c42b8 100644
--- a/app/test-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -10211,7 +10211,7 @@  cmdline_parse_inst_t cmd_add_del_ip_flow_director = {
 		"ipv6-other|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|"
 		"l2_payload src <src_ip> dst <dst_ip> tos <tos_value> "
 		"proto <proto_value> ttl <ttl_value> vlan <vlan_value> "
-		"flexbytes <flexbyte_vaues> drop|fw <pf_vf> queue <queue_id> "
+		"flexbytes <flexbyte_values> drop|fw <pf_vf> queue <queue_id> "
 		"fd_id <fd_id_value>: "
 		"Add or delete an ip flow director entry on NIC",
 	.tokens = {