> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Ahmed Zaki > Sent: Monday, May 27, 2024 8:58 PM > To: [email protected] > Cc: [email protected]; Zaki, Ahmed <[email protected]>; Marcin > Szycik <[email protected]>; Nguyen, Anthony L > <[email protected]>; Keller, Jacob E <[email protected]>; Guo, > Junfeng <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 08/13] ice: add API for parser > profile initialization > > From: Junfeng Guo <[email protected]> > > Add API ice_parser_profile_init() to init a parser profile based on a parser > result > and a mask buffer. The ice_parser_profile struct is used by the low level FXP > engine to create HW profile/field vectors. > > Reviewed-by: Marcin Szycik <[email protected]> > Signed-off-by: Qi Zhang <[email protected]> > Signed-off-by: Junfeng Guo <[email protected]> > Signed-off-by: Ahmed Zaki <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_parser.c | 125 +++++++++++++++++++- > drivers/net/ethernet/intel/ice/ice_parser.h | 26 ++++ > 2 files changed, 149 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/ethernet/intel/ice/ice_parser.c > b/drivers/net/ethernet/intel/ice/ice_parser.c > index 6a0d5f720af0..270806efb8b4 100644 > --- a/drivers/net/ethernet/intel/ice/ice_parser.c > +++ b/drivers/net/ethernet/intel/ice/ice_parser.c > @@ -2213,9 +2213,9 @@ static int ice_tunnel_port_set(struct ice_parser *psr,
Tested-by: Rafal Romanowski <[email protected]>
