]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: fix VLAN inside VXLAN
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Mon, 28 Sep 2015 18:21:48 +0000 (11:21 -0700)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:45:48 +0000 (19:45 -0500)
commit9a4ae765df284e3df4f796977069e219923206c1
tree3b1dc3c5a09b7ba811958c39ae0eb63ecb398cfb
parent8b1e262d382eb46ca0785d722e14b964534fe336
i40e: fix VLAN inside VXLAN

Previously to this patch, the hardware was removing
VLAN tags from the inner header of VXLAN packets.  The
hardware configuration can be changed to leave the
packet alone since that is what the linux stack
expects for this type of VLAN in VXLAN packet.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit c4bbac3913c0d649898a0d767728a585869a7d7d)

Orabug: 25463021
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c