From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 25/25] doc: describe testpmd flow command Date: Tue, 20 Dec 2016 17:06:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Adrien Mazarguil , dev@dpdk.org 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) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ... <...>