]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Always enable VLAN 0 even if 8021q is not loaded
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 7 Jan 2016 07:10:54 +0000 (23:10 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 16 Feb 2016 00:33:42 +0000 (16:33 -0800)
commita3cacabb93b8f4e5a17ccc4fc34991e9a490d0b9
treeb99a638693ca266622e8373fa7b4be3b3dd5f5ef
parent29a94a6d978f9470884a8186e100bdc844125823
igb: Always enable VLAN 0 even if 8021q is not loaded

This patch makes it so that we always add VLAN 0.  This is important as we
need to guarantee the PF can receive untagged frames in the case of SR-IOV
being enabled but VLAN filtering not being enabled in the kernel.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c