> -----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 05/13] ice: add parser execution > main loop > > From: Junfeng Guo <[email protected]> > > Implement the core work of the runtime parser via: > - ice_parser_rt_execute() > - ice_parser_rt_reset() > - ice_parser_rt_pkt_buf_set() > > 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/Makefile | 1 + > drivers/net/ethernet/intel/ice/ice_parser.c | 39 + > drivers/net/ethernet/intel/ice/ice_parser.h | 91 ++ > .../net/ethernet/intel/ice/ice_parser_rt.c | 860 ++++++++++++++++++ > 4 files changed, 991 insertions(+) > create mode 100644 drivers/net/ethernet/intel/ice/ice_parser_rt.c > > diff --git a/drivers/net/ethernet/intel/ice/Makefile > b/drivers/net/ethernet/intel/ice/Makefile > index 23fa3f7f36ef..b4f6fa4ba13d 100644 > --- a/drivers/net/ethernet/intel/ice/Makefile > +++ b/drivers/net/ethernet/intel/ice/Makefile > @@ -29,6 +29,7 @@ ice-y := ice_main.o \
Tested-by: Rafal Romanowski <[email protected]>
