]> Pileus Git - ~andy/linux/commit
ixgbevf: Make sure jumbo frames are set correctly after PF reset
authorGreg Rose <gregory.v.rose@intel.com>
Tue, 17 Apr 2012 04:29:34 +0000 (04:29 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 May 2012 09:37:20 +0000 (02:37 -0700)
commit795180d8bf9285bf2308123c21ea59ebc6dcefa2
treefc90954d81701a6cc67b52aa3411b89618b19b39
parent31a1b3758e41d225695222793e5947e13ddcaba2
ixgbevf: Make sure jumbo frames are set correctly after PF reset

If the Physical Function (PF) resets after the VF has set jumbo
frame MTU then the VF jumbo frame is overwritten.  Make sure the
VF driver always requests proper MTU size after reset
synchronization.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c