> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Aleksandr Loktionov > Sent: Monday, September 15, 2025 3:39 PM > To: [email protected]; [email protected]; Schmidt, Michal > <[email protected]>; Nguyen, Anthony L > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Cc: Nowlin, Dan <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Simon Horman <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v5 1/5] ice: add flow parsing for > GTP and new protocol field support > > Introduce new protocol header types and field sizes to support GTPU, GTPC > tunneling protocols. > > - Add field size macros for GTP TEID, QFI, and other headers > - Extend ice_flow_field_info and enum definitions > - Update hash macros for new protocols > - Add support for IPv6 prefix matching and fragment headers > > This patch lays the groundwork for enhanced RSS and flow classification > capabilities. > > Co-developed-by: Dan Nowlin <[email protected]> > Signed-off-by: Dan Nowlin <[email protected]> > Co-developed-by: Junfeng Guo <[email protected]> > Signed-off-by: Junfeng Guo <[email protected]> > Co-developed-by: Ting Xu <[email protected]> > Signed-off-by: Ting Xu <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Aleksandr Loktionov <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_flow.c | 218 +++++++++++++++++- > drivers/net/ethernet/intel/ice/ice_flow.h | 94 +++++++- > .../ethernet/intel/ice/ice_protocol_type.h | 20 ++ > 3 files changed, 323 insertions(+), 9 deletions(-) > > diff --git a/drivers/net/ethernet/intel/ice/ice_flow.c > b/drivers/net/ethernet/intel/ice/ice_flow.c > index 6d5c939..4513f1d 100644 > --- a/drivers/net/ethernet/intel/ice/ice_flow.c > +++ b/drivers/net/ethernet/intel/ice/ice_flow.c
Tested-by: Rafal Romanowski <[email protected]>
