commit | 8fa7e0f739b70db14e788efba4960bfc1873d550 | [log] [tgz] |
---|---|---|
author | Greg Rose <gregory.v.rose@intel.com> | Sat Nov 06 05:43:21 2010 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Dec 24 21:33:09 2010 -0800 |
tree | bfad9d316363a3cbb7e06230309ded410325d205 | |
parent | b1cdfead0e532d7614b5d5b97044df94cc8945ae [diff] |
igb: Fix overwrite of the VF's flags The vf flags were being overwritten causing the flag that indicates that the PF has set the VF MAC address to get cleared. This would allow the VF to override the MAC address assigned by the Host VMM using the ip link set command. Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>