]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 7 Jan 2016 06:48:50 +0000 (22:48 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:41:04 +0000 (16:41 -0700)
commit9d3e3a78b8056baf2b8e7228655c31aab1b72156
treea378da39c813357d2a985aee8502b2149bb36db4
parentd772370ffd81f49a8e878c289409951e2926fdc3
ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA

Orabug: 23177316

We were adding VLAN 0 twice each time we restored the VLAN configuration.
Instead of doing it twice we can just start working through the active
VLANs from ID 1 on and skip the double write.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 06bb1c39d8be0b2ee60b5bc9384fdac6e19bc270)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c