From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Shirshov Subject: [PATCH] testpmd: Fix a typo in a command description Date: Sun, 29 Oct 2017 23:49:51 -0700 Message-ID: <1509346191-30264-1-git-send-email-pavel.shirshov@gmail.com> Cc: Pavel Shirshov To: dev@dpdk.org Return-path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id 2C3291B2AB for ; Mon, 30 Oct 2017 07:50:00 +0100 (CET) Received: by mail-pg0-f50.google.com with SMTP id 15so10757923pgc.12 for ; Sun, 29 Oct 2017 23:50:00 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" --- app/test-pmd/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dst tos " "proto ttl vlan " - "flexbytes drop|fw queue " + "flexbytes drop|fw queue " "fd_id : " "Add or delete an ip flow director entry on NIC", .tokens = { -- 2.7.4