> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Marcin Szycik > Sent: Thursday, April 9, 2026 5:00 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]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 06/10] ice: use plain > alloc/dealloc for ice_ntuple_fltr > > Change struct ice_ntuple_fltr allocation from devm_ to plain alloc, since its > lifetime is not tied to the device. All such objects are being removed on > device remove via ice_deinit_features() -> ice_deinit_fdir() > -> ice_vsi_manage_fdir() -> ice_fdir_del_all_fltrs() > > Signed-off-by: Marcin Szycik <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > --- > v2: > * Add this patch > --- > drivers/net/ethernet/intel/ice/ice_ethtool_ntuple.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Tested-by: Alexander Nowlin <[email protected]>
