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)
commit5982a5565a08abf3b9ff18941b3e3cc94f7c8286
treeb99a638693ca266622e8373fa7b4be3b3dd5f5ef
parentd3836f8e2517fb04328c673989fd780030926694
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
This page took 0.025391 seconds and 5 git commands to generate.