> -----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 2/7] ice: Remove reading all
> recipes before adding a new one
>
> From: Michal Swiatkowski <[email protected]>
>
> The content of the first read recipe is used as a template when adding a
> recipe. It isn't needed - only prune index is directly set from there. Set it
> in
> the code instead. Also, now there's no need to set rid and lookup indexes to
> 0, as the whole recipe buffer is initialized to 0.
>
> Signed-off-by: Michal Swiatkowski <[email protected]>
> Reviewed-by: Przemek Kitszel <[email protected]>
> Signed-off-by: Marcin Szycik <[email protected]>
> ---
> drivers/net/ethernet/intel/ice/ice_switch.c | 29 ++-------------------
> 1 file changed, 2 insertions(+), 27 deletions(-)
>
Tested-by: Sujai Buvaneswaran <[email protected]>