mirror-linux/drivers/net/ethernet/intel/ice/virt
Dave Ertman 34138ea02a ice: Remove deprecated ice_lag_move_new_vf_nodes() call
Moving the code to handle the LAG part of a VF reset to helper
functions deprecated the function ice_lag_move_new_vf_nodes().
The cleanup missed a call to this function in the error path of
ice_vc_cfg_qs_msg().

In the case that would end in the error path, a NULL pointer would
be encountered due to the empty list of netdevs for members of the
aggregate.

Remove the unnecessary call to ice_lag_move_new_vf_nodes(), and since
this is the only call to this function, remove the function as well.

Fixes: 351d8d8ab6 ("ice: breakout common LAG code into helpers")
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Tested-by: Priya Singh <priyax.singh@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2025-09-19 08:42:08 -07:00
..
allowlist.c
allowlist.h
fdir.c
fdir.h
queues.c ice: Remove deprecated ice_lag_move_new_vf_nodes() call 2025-09-19 08:42:08 -07:00
queues.h ice: finish virtchnl.c split into queues.c 2025-08-27 09:20:04 +02:00
rss.c ice: finish virtchnl.c split into rss.c 2025-08-27 09:20:06 +02:00
rss.h ice: finish virtchnl.c split into rss.c 2025-08-27 09:20:06 +02:00
virtchnl.c ice: finish virtchnl.c split into rss.c 2025-08-27 09:20:06 +02:00
virtchnl.h