net/ice: fix GTPU/PPPoE packets with no hash value
authorSimei Su <simei.su@intel.com>
Tue, 7 Jul 2020 01:38:18 +0000 (09:38 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Jul 2020 21:38:27 +0000 (23:38 +0200)
commitd117de4600352246e2c9ef05a853dd34b1e27cf5
treeec2db46ebf11bf8a146fef0459c7ac6d168cc8f2
parent2fc1d6da882563ab80786d69b6d7c9d0e4ce860a
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: 4717a12cfaf1 ("net/ice: initialize and update RSS based on user config")

Signed-off-by: Simei Su <simei.su@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_ethdev.c