From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E72E55A64 for ; Fri, 6 Nov 2015 11:16:50 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 06 Nov 2015 02:16:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,251,1444719600"; d="scan'208";a="679601364" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 06 Nov 2015 02:16:41 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Fri, 6 Nov 2015 10:16:10 +0000 From: "De Lara Guarch, Pablo" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [PATCH] app/testpmd: fix wrong fdir help and doc Thread-Index: AQHRGGe32OLSVNy80Uae5/QDk6LiPJ6Ox2TA Date: Fri, 6 Nov 2015 10:16:10 +0000 Message-ID: References: <1446796170-1282-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1446796170-1282-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix wrong fdir help and doc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 10:16:51 -0000 > -----Original Message----- > From: Lu, Wenzhuo > Sent: Friday, November 06, 2015 7:50 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Lu, Wenzhuo > Subject: [PATCH] app/testpmd: fix wrong fdir help and doc >=20 > After implementing the fdir new modes for x550, the CLIs are modified. > Forgot to update the related help info and doc. >=20 > Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands") > Signed-off-by: Wenzhuo Lu Acked-by: Pablo de Lara