> -----Original Message-----
> From: dev <dev-boun...@dpdk.org> On Behalf Of Wenjun Wu
> Sent: Saturday, May 8, 2021 4:41 PM
> To: dev@dpdk.org; qiming.y...@intel.com--annotate
> Cc: Wu, Wenjun1 <wenjun1...@intel.com>
> Subject: [dpdk-dev] [PATCH v2] net/ice: remove redundant RSS configuration for
> GTPU
>
> Originally, the default RSS for GTPU is inner fields. Now, we hope outer RSS
> for
> GTPU to be the default.
>
> Since RSS for ipv4, RSS for ipv6, RSS for UDP and RSS for TCP can cover the
> cases
> of outer RSS for GTPU, this patch deletes redundant default RSS configurations
> for GTPU.
>
> Signed-off-by: Wenjun Wu <wenjun1...@intel.com>
> ---
> v2: GTPU and PPPoE share the value of cfg.hash_flds, patch v1 delete the
> assignment of cfg.hash_flds, which lead to RSS for PPPoE unable to work. Patch
> v2 adds these assignment statements.
> ---
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi