From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 45E1BAD94 for ; Wed, 8 Jun 2016 02:39:26 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 07 Jun 2016 17:39:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,436,1459839600"; d="scan'208";a="823714916" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 07 Jun 2016 17:39:24 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 7 Jun 2016 17:39:24 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 7 Jun 2016 17:39:24 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.24]) with mapi id 14.03.0248.002; Wed, 8 Jun 2016 08:39:22 +0800 From: "Lu, Wenzhuo" To: Mauricio Vasquez B , "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc/tespmd: fix flow director examples Thread-Index: AQHRwJmLinOtSLgIiEScIww9Sb5v8p/eudcg Date: Wed, 8 Jun 2016 00:39:22 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909034802D3@shsmsx102.ccr.corp.intel.com> References: <1465289333-15851-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> In-Reply-To: <1465289333-15851-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc/tespmd: fix flow director examples 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: Wed, 08 Jun 2016 00:39:26 -0000 Hi Mauricio, > -----Original Message----- > From: Mauricio Vasquez B [mailto:mauricio.vasquezbernal@studenti.polito.i= t] > Sent: Tuesday, June 7, 2016 4:49 PM > To: De Lara Guarch, Pablo > Cc: Lu, Wenzhuo; dev@dpdk.org > Subject: [PATCH] doc/tespmd: fix flow director examples >=20 > A previous patch modified the CLIs witout updating the examples. >=20 > Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands") >=20 > Signed-off-by: Mauricio Vasquez B Acked-by: Wenzhuo Lu Thanks for handling this problem.