aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
diff options
context:
space:
mode:
authorBrett Creeley <brett.creeley@intel.com>2018-12-19 10:03:25 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2019-01-15 10:27:18 -0800
commitb6f934f027bbdb53b7e2653b23758e222f3dd65a (patch)
treeb7604f22da64538ef337d5cf59ec6dc6b90fed2d /drivers/net/ethernet/intel/ice/ice_ethtool.c
parentice: Implement support for normal get_eeprom[_len] ethtool ops (diff)
downloadlinux-dev-b6f934f027bbdb53b7e2653b23758e222f3dd65a.tar.xz
linux-dev-b6f934f027bbdb53b7e2653b23758e222f3dd65a.zip
ice: Set physical link up/down when an interface is set up/down
When a netdev is set up/down we need to set the phsyical link state accordingly. This patch adds that functionality by calling ice_force_phys_link_state(vsi, link_up) in both the ice_stop() and ice_open() paths. In order to force link, ice_force_phys_link_state(vsi, link_up) will first determine the current phy capabilities. If link has not changed there is nothing to do. If link has changed, previous PHY capabilities are saved and the "Enable Automatic Link Update" and "Link Establishment State Machine (LESM)" enable bits are set. Then the new PHY config is saved. The "Enable Automatic Link Update" will force the FW to execute Setup link and restart auto-negotiation. This *should* then result in a "Link Status Event (LSE)" which will cause the driver to get the current link status. Signed-off-by: Brett Creeley <brett.creeley@intel.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_ethtool.c')
0 files changed, 0 insertions, 0 deletions