ixgbevf: Make sure link status and speed are fetched
authorGreg Rose <gregory.v.rose@intel.com>
Thu, 24 Jan 2013 04:54:48 +0000 (04:54 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 28 Jan 2013 08:19:52 +0000 (00:19 -0800)
A recent change makes it necessary to set get_link_status to ensure that
the driver fetches the correct, refreshed value for link status and speed
when it has changed in the physical function device.

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/ethtool.c

index 8f2070439b5966fdc515eef68f07ebbda4ef1bba..c9d0c12d6f04156e19ec0240c19d64c0f23ebc8a 100644 (file)
@@ -99,6 +99,7 @@ static int ixgbevf_get_settings(struct net_device *netdev,
        ecmd->transceiver = XCVR_DUMMY1;
        ecmd->port = -1;
 
+       hw->mac.get_link_status = 1;
        hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
 
        if (link_up) {
This page took 0.02577 seconds and 5 git commands to generate.