igb: Fix overwrite of the VF's flags
authorGreg Rose <gregory.v.rose@intel.com>
Sat, 6 Nov 2010 05:43:21 +0000 (05:43 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 25 Dec 2010 05:33:09 +0000 (21:33 -0800)
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>

No differences found