i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
Orabug:
22342532
All of the documentation in the datasheets for the XL710 do not call out
any reason to exclude support for IPv6 based tunnels. As such I am
dropping the code that was excluding these tunnel types from having their
port numbers recognized. This way we can take advantage of things such as
checksum offload for inner headers over IPv6 based VXLAN or GENEVE
tunnels.
Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit
84d5946d49cf9552d0f1740ad62d0f126cb3b6a9)
Signed-off-by: Brian Maly <brian.maly@oracle.com>