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 <xuemi...@mellanox.com> > --- > lib/librte_ether/rte_ethdev.h | 9 +++++++++
Please remove the related deprecation notice in this patch.