]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
authorAlexander Duyck <aduyck@mirantis.com>
Mon, 25 Jan 2016 05:17:43 +0000 (21:17 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:37:41 +0000 (08:37 -0800)
commit6b74be75d4aaed036802ffdfac422278797e5bfa
tree8075bdf48109b12acfc234b3da42f9c7190f415b
parente01339dcb774eeca4a2e4e681a152b90adae91e5
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>
drivers/net/ethernet/intel/i40e/i40e_main.c