> -----Original Message-----
> From: Su, Simei <simei...@intel.com>
> Sent: Tuesday, July 7, 2020 9:38 AM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Zhao1, Wei <wei.zh...@intel.com>; Jiang, JunyuX
> <junyux.ji...@intel.com>; Lu, Nannan <nannan...@intel.com>; Su, Simei
> <simei...@intel.com>
> Subject: [PATCH] net/ice: fix GTPU/PPPoE packets with no hash value
>
> When RSS init, because of profile overlap, the GTPU_IPV4 packets don't hit
> GTPU_INNER_IPV4 profile which causes no hash value. Because of no PPPoE
> profile, the PPPoE packets also has no hash value. This patch solves this
> issue
> by pulling GTPU_IPV4 profile into inner ipv4 group and creating related
> PPPoE profile at the same time.
>
> Fixes: 8cadc41294c6 ("net/ice: initialize and update RSS based on user
> config")
>
> Signed-off-by: Simei Su <simei...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi