commit | 8e8e9a0b7df0194e95bb1d657f9edbdc6363f082 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Mon Nov 02 17:09:35 2015 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Dec 12 01:01:14 2015 -0800 |
tree | 9a9164d1d4941de094a442981bac3717f7729342 | |
parent | 530fd82a9fea5bba8e044bdf6fdf2ddc495e3807 [diff] |
ixgbe: Fix SR-IOV VLAN pool configuration The code for checking the PF bit in ixgbe_set_vf_vlan_msg was using the wrong offset and as a result it was pulling the VLAN off of the PF even if there were VFs numbered greater than 40 that still had the VLAN enabled. 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>