From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 02/18] app/testpmd: support flow RSS level parsing Date: Tue, 27 Feb 2018 13:10:09 +0000 Message-ID: References: <20180226150947.107179-1-xuemingl@mellanox.com> <20180226150947.107179-3-xuemingl@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Xueming Li , Wenzhuo Lu , Jingjing Wu , Thomas Monjalon , Nelio Laranjeiro , Adrien Mazarguil , Shahaf Shuler Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D6FBD5F13 for ; Tue, 27 Feb 2018 14:10:12 +0100 (CET) In-Reply-To: <20180226150947.107179-3-xuemingl@mellanox.com> Content-Language: en-US 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 2/26/2018 3:09 PM, Xueming Li wrote: > Support new flow RSS level parameter to select inner or outer RSS > fields. Example: > > flow create 0 ingress pattern eth / ipv4 / udp dst is 4789 / vxlan / > end actions rss queues 1 2 end level 1 / end > > Signed-off-by: Xueming Li > --- > app/test-pmd/cmdline_flow.c | 27 +++++++++++++++++++++++++-- Isn't there any document file to update for this new parameter?