> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Marcin Szycik > Sent: 02 July 2026 16:00 > To: [email protected] > Cc: [email protected]; Penigalapati, Sandeep > <[email protected]>; S, Ananth <[email protected]>; > [email protected]; Nguyen, Anthony L <[email protected]>; > Marcin Szycik <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v5 11/12] 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]> > --- > v5: > * ice_flow_acl_add_scen_entry_sync(), ice_flow_add_entry(): > ice_flow_acl_free_act_cntr() additions make more sense in patch adding > this code, move them to that patch. Now this patch is a pure refactor. > 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 | 35 +++++++++++++---------- > 1 file changed, 20 insertions(+), 15 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
