From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8F76FFBC7 for ; Tue, 20 Dec 2016 18:06:24 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 20 Dec 2016 09:06:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,379,1477983600"; d="scan'208";a="20801886" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga002.jf.intel.com with ESMTP; 20 Dec 2016 09:06:22 -0800 To: Adrien Mazarguil , dev@dpdk.org References: From: Ferruh Yigit Message-ID: Date: Tue, 20 Dec 2016 17:06:21 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 25/25] doc: describe testpmd flow command X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2016 17:06:25 -0000 On 12/19/2016 5:49 PM, Adrien Mazarguil wrote: > Document syntax, interaction with rte_flow and provide usage examples. > > Signed-off-by: Adrien Mazarguil > Acked-by: Olga Shern > --- <...> > + > +Check whether redirecting any Ethernet packet received on port 0 to RX queue > +index 6 is supported:: > + > + testpmd> flow validate 1 ingress pattern eth / end Small detail, but since note mentions "port 0", command should be: testpmd> flow validate 0 ingress pattern eth / end ... <...>