]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ice: move LAG function in code to prepare for Active-Active
authorDave Ertman <david.m.ertman@intel.com>
Mon, 16 Jun 2025 11:03:19 +0000 (13:03 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 14 Aug 2025 15:57:28 +0000 (08:57 -0700)
commitb2e97152df79ab4670ab47de34f2df5bd6b86005
treeda2a492ae298df5a2681369d65a5a16881c953da
parenta66b3b537d2133e8980e49d68b3573b5aec23699
ice: move LAG function in code to prepare for Active-Active

In the SRIOV LAG Active-Active, the functions ice_lag_cfg_pf_fltr's
and ice_lag_config_eswitch's content are moved to earlier locations
in the source file.  Also, ice_lag_cfg_pf_fltr is renamed, and its
flow is changed.

To reduce the delta in the larger patch, move the original functions
to their new location so that only functional changes are needed in
the larger patch.

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Tested-by: Sujai Buvaneswaran <sujai.buvaneswaran@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_lag.c