]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: fix VLAN inside VXLAN
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Mon, 28 Sep 2015 18:21:48 +0000 (11:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 03:56:58 +0000 (20:56 -0700)
commit60d97997f20af4618dce2cce12e77164388ce024
tree0c3ddbf9a1404adab78363422e26a68c1625f6f8
parenta256ecb9b4e261b155d64d8547e4a70ab7e41047
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>
drivers/net/ethernet/intel/i40e/i40e_main.c