> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Marcin Szycik > Sent: Thursday, May 21, 2026 4:50 AM > To: [email protected] > Cc: [email protected]; Penigalapati, Sandeep > <[email protected]>; S, Ananth <[email protected]>; > [email protected]; Marcin Szycik <[email protected]>; > Loktionov, > Aleksandr <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v4 09/10] ice: re-introduce > ice_dealloc_flow_entry() helper > > It was removed in commit ad667d626825 ("ice: remove null checks before > devm_kfree() calls"). Now it's useful again. > > Signed-off-by: Marcin Szycik <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > --- > v3: > * ice_flow_acl_add_scen_entry_sync(), ice_flow_add_entry(): call > ice_flow_acl_free_act_cntr() in unroll > v2: > * Add this patch > --- > drivers/net/ethernet/intel/ice/ice_flow.c | 61 +++++++++++++++-------- > 1 file changed, 39 insertions(+), 22 deletions(-)
Tested-by: Alexander Nowlin <[email protected]>
