> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Dave Ertman
> Sent: Monday, June 16, 2025 4:33 PM
> To: [email protected]
> Cc: Kitszel, Przemyslaw <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v4 4/8] [PATCH iwl-next v3 4/8]
> 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 <[email protected]>
> Signed-off-by: Dave Ertman <[email protected]>
> ---
> drivers/net/ethernet/intel/ice/ice_lag.c | 147 ++++++++++++-----------
> 1 file changed, 74 insertions(+), 73 deletions(-)
>
Tested-by: Sujai Buvaneswaran <[email protected]>