aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.c
diff options
context:
space:
mode:
authorMarcin Szycik <[email protected]>2024-09-24 10:04:24 +0000
committerTony Nguyen <[email protected]>2024-10-08 21:08:19 +0000
commit8e60dbcbaaa177dacef55a61501790e201bf8c88 (patch)
tree2c1635a006d5b13ad8d92ad913436ddebbfddee4 /drivers/net/ethernet/intel/ice/ice_vf_lib.c
parentice: Fix entering Safe Mode (diff)
downloadkernel-8e60dbcbaaa177dacef55a61501790e201bf8c88.tar.gz
kernel-8e60dbcbaaa177dacef55a61501790e201bf8c88.zip
ice: Fix netif_is_ice() in Safe Mode
netif_is_ice() works by checking the pointer to netdev ops. However, it only checks for the default ice_netdev_ops, not ice_netdev_safe_mode_ops, so in Safe Mode it always returns false, which is unintuitive. While it doesn't look like netif_is_ice() is currently being called anywhere in Safe Mode, this could change and potentially lead to unexpected behaviour. Fixes: df006dd4b1dc ("ice: Add initial support framework for LAG") Reviewed-by: Przemek Kitszel <[email protected]> Signed-off-by: Marcin Szycik <[email protected]> Reviewed-by: Brett Creeley <[email protected]> Tested-by: Sujai Buvaneswaran <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_vf_lib.c')
0 files changed, 0 insertions, 0 deletions