> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Marcin Szycik
> Sent: Thursday, June 27, 2024 8:26 PM
> To: [email protected]
> Cc: [email protected]; [email protected]; Lobakin, Aleksander
> <[email protected]>; Marcin Szycik
> <[email protected]>; Kitszel, Przemyslaw
> <[email protected]>; [email protected]
> Subject: [Intel-wired-lan] [PATCH iwl-next v3 6/7] ice: Remove unused
> members from switch API
>
> Remove several members of struct ice_sw_recipe and struct
> ice_prot_lkup_ext. Remove struct ice_recp_grp_entry and struct
> ice_pref_recipe_group, since they are now unused as well.
>
> All of the deleted members were only written to and never read, so it's
> pointless to keep them.
>
> Reviewed-by: Przemek Kitszel <[email protected]>
> Signed-off-by: Marcin Szycik <[email protected]>
> ---
> drivers/net/ethernet/intel/ice/ice_common.c | 7 ---
> .../ethernet/intel/ice/ice_protocol_type.h | 17 -------
> drivers/net/ethernet/intel/ice/ice_switch.c | 51 ++++---------------
> drivers/net/ethernet/intel/ice/ice_switch.h | 16 ------
> 4 files changed, 10 insertions(+), 81 deletions(-)
>
Tested-by: Sujai Buvaneswaran <[email protected]>