> -----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]>; > Nguyen, Anthony L <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 01/10] ice: rename shared Flow > Director functions and structs > > From: Tony Nguyen <[email protected]> > > Rename shared Flow Director functions and structs. These entities are > currently used to add Flow Director filters, however, they will be expanded > to also add ACL filters. Rename the functions and struct, replacing 'fdir' to > 'ntuple', to reflect that they are being used for ntuple filters and are not > solely used for Flow Director.
> Rename the file to also reflect this change. > Co-developed-by: Paul M Stillwell Jr <[email protected]> > Signed-off-by: Paul M Stillwell Jr <[email protected]> > Signed-off-by: Tony Nguyen <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Co-developed-by: Marcin Szycik <[email protected]> > Signed-off-by: Marcin Szycik <[email protected]> > --- > v2: > * Also rename struct ice_fdir_fltr and file > --- > drivers/net/ethernet/intel/ice/Makefile | 2 +- > drivers/net/ethernet/intel/ice/ice.h | 6 +- > drivers/net/ethernet/intel/ice/ice_arfs.h | 2 +- > drivers/net/ethernet/intel/ice/ice_fdir.h | 12 ++-- > drivers/net/ethernet/intel/ice/ice_arfs.c | 8 +-- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 4 +- ...ce_ethtool_fdir.c > => ice_ethtool_ntuple.c} | 58 ++++++++++--------- > drivers/net/ethernet/intel/ice/ice_fdir.c | 18 +++--- > drivers/net/ethernet/intel/ice/virt/fdir.c | 28 ++++----- > 9 files changed, 70 insertions(+), 68 deletions(-) rename > drivers/net/ethernet/intel/ice/{ice_ethtool_fdir.c => ice_ethtool_ntuple.c} > (97%) Tested-by: Alexander Nowlin <[email protected]>
