> -----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]>; > Cao, > Chinh T <[email protected]>; Nguyen, Anthony L > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 03/10] ice: initialize ACL > scenario > > From: Real Valiquette <[email protected]> > > Complete initialization of the ACL table by programming the table with an > initial scenario. The scenario stores the data for the filtering rules. > Adjust reporting of ntuple filters to include ACL filters. > > Co-developed-by: Chinh Cao <[email protected]> > Signed-off-by: Chinh Cao <[email protected]> > Signed-off-by: Real Valiquette <[email protected]> > Co-developed-by: Tony Nguyen <[email protected]> > Signed-off-by: Tony Nguyen <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Signed-off-by: Marcin Szycik <[email protected]> > --- > v2: > * Add unroll in ice_init_acl() in case of ice_acl_create_scen() failure > --- > drivers/net/ethernet/intel/ice/ice.h | 1 + > drivers/net/ethernet/intel/ice/ice_acl.h | 8 + > .../net/ethernet/intel/ice/ice_adminq_cmd.h | 29 + > drivers/net/ethernet/intel/ice/ice_fdir.h | 6 +- > drivers/net/ethernet/intel/ice/ice_flow.h | 7 + > drivers/net/ethernet/intel/ice/ice_type.h | 2 + > drivers/net/ethernet/intel/ice/ice_acl.c | 116 ++++ > drivers/net/ethernet/intel/ice/ice_acl_ctrl.c | 558 ++++++++++++++++++ > drivers/net/ethernet/intel/ice/ice_ethtool.c | 4 +- > .../ethernet/intel/ice/ice_ethtool_ntuple.c | 45 +- > drivers/net/ethernet/intel/ice/ice_fdir.c | 12 +- > drivers/net/ethernet/intel/ice/ice_main.c | 17 +- > 12 files changed, 789 insertions(+), 16 deletions(-)
Tested-by: Alexander Nowlin <[email protected]>
