aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/request_manager.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-08-29 19:46:11 -0700
committerDavid S. Miller <davem@davemloft.net>2018-08-29 19:46:11 -0700
commit2930942e0a3923c6142548615b60315f5bbdf81e (patch)
tree699cdc72e63902d65321910afed6a7c115af451e /drivers/net/ethernet/cavium/liquidio/request_manager.c
parentnet: thunderbolt: Convert to use SPDX identifier (diff)
parentethtool: drop get_settings and set_settings callbacks (diff)
downloadlinux-dev-2930942e0a3923c6142548615b60315f5bbdf81e.tar.xz
linux-dev-2930942e0a3923c6142548615b60315f5bbdf81e.zip
Merge branch 'ethtool-drop-get_settings-and-set_settings-ops'
Michal Kubecek says: ==================== ethtool: drop get_settings and set_settings ops As Andrew Lunn pointed out in recent discussion, there is only one in tree driver left which still defines deprecated callbacks get_settings() and set_settings() in ethtool_ops. First patch converts this driver to get_link_ksettings() and set_link_ksettings(). Second patch then removes the deprecated callbacks from struct ethtool_ops and ethtool code which falls back to them. This doesn't break old versions of ethtool or any other userspace code using ETHTOOL_{G,S}SET. We still implement both (old) ETHTOOL_{G,S}SET and (new) ETHTOOL_{G,S}LINKSETTINGS ioctl commands but after this series both will be implemented only using {g,s}et_link_ksettings(). The only affected code would be out of tree NIC drivers which have not been converted yet. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/liquidio/request_manager.c')
0 files changed, 0 insertions, 0 deletions