net/ice: fix L3 RSS with IPv6 fragment
authorTing Xu <ting.xu@intel.com>
Sun, 18 Jul 2021 14:50:17 +0000 (22:50 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Wed, 21 Jul 2021 23:55:48 +0000 (01:55 +0200)
commit0fff4ae4a96b7c6f7577d997f11c727007f68219
tree5e0d243759a1a023b7147e587cf0fbf19fa83775
parent775a25a372f561e5484d9299cf21597b5b54b65a
net/ice: fix L3 RSS with IPv6 fragment

Since the header type of IPv6 fragment is wrong, the L3 dst/src RSS hash
fields cannot work properly. This patch changed the header type from any
to outer.

Fixes: f1ea76eb6394 ("net/ice: support RSS hash for IP fragment")
Cc: stable@dpdk.org
Signed-off-by: Ting Xu <ting.xu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_hash.c