[dpdk-dev] [PATCH 01/18] ethdev: support tunnel RSS level

Ferruh Yigit ferruh.yigit at intel.com
Tue Feb 27 14:09:35 CET 2018


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 <xuemingl at mellanox.com>
> ---
>  lib/librte_ether/rte_ethdev.h | 9 +++++++++

Please remove the related deprecation notice in this patch.


More information about the dev mailing list