From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 01/18] ethdev: support tunnel RSS level Date: Tue, 27 Feb 2018 13:09:35 +0000 Message-ID: References: <20180226150947.107179-1-xuemingl@mellanox.com> <20180226150947.107179-2-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 mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 92A235B16 for ; Tue, 27 Feb 2018 14:09:39 +0100 (CET) In-Reply-To: <20180226150947.107179-2-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: > Currently PMD implementations default RSS on either tunnel outer or > inner fields. This patch introduced RSS level to allow user to specify > RSS hash field level of tunneled packets. > > 0: outer RSS. > 1: inner RSS. > 2-255: deep RSS level. > > Please note that tunnels that tightly nested without IP/UDP/TCP layer > interlaced are deemed as one level. For example the following packet can > only use level 0 or 1: > eth / ipv4 / GRE / MPLS / ipv4 / udp > > Signed-off-by: Xueming Li > --- > lib/librte_ether/rte_ethdev.h | 9 +++++++++ Please remove the related deprecation notice in this patch.