> -----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: Kitszel, Przemyslaw <[email protected]>; Nowlin, Dan
> <[email protected]>; Zhang, Qi Z <[email protected]>; Jagielski,
> Jedrzej <[email protected]>; Simon Horman <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v5 4/5] ice: Extend PTYPE bitmap
> coverage for GTP encapsulated flows
> 
> From: Przemek Kitszel <[email protected]>
> 
> Consolidate updates to the Protocol Type (PTYPE) bitmap definitions across
> multiple flow types in the Intel ICE driver to support GTP (GPRS Tunneling
> Protocol) encapsulated traffic.
> 
> Enable improved Receive Side Scaling (RSS) configuration for both user and
> control plane GTP flows.
> 
> Cover a wide range of protocol and encapsulation scenarios, including:
>  - MAC OFOS and IL
>  - IPv4 and IPv6 (OFOS, IL, ALL, no-L4)
>  - TCP, SCTP, ICMP
>  - GRE OF
>  - GTPC (control plane)
> 
> Expand the PTYPE bitmap entries to improve classification and distribution of
> GTP traffic across multiple queues, enhancing performance and scalability in
> mobile network environments.
> 
> --
>  ice_flow.c |   54 +++++++++++++++++++++++++++---------------------------
>  1 file changed, 26 insertions(+), 26 deletions(-)
> 
> Co-developed-by: Dan Nowlin <[email protected]>
> Signed-off-by: Dan Nowlin <[email protected]>
> Co-developed-by: Qi Zhang <[email protected]>
> Signed-off-by: Qi Zhang <[email protected]>
> Co-developed-by: Jie Wang <[email protected]>
> Signed-off-by: Jie Wang <[email protected]>
> Co-developed-by: Junfeng Guo <[email protected]>
> Signed-off-by: Junfeng Guo <[email protected]>
> Signed-off-by: Przemek Kitszel <[email protected]>
> Reviewed-by: Jedrzej Jagielski <[email protected]>
> Reviewed-by: Simon Horman <[email protected]>
> Signed-off-by: Aleksandr Loktionov <[email protected]>
> ---
>  drivers/net/ethernet/intel/ice/ice_flow.c | 52 +++++++++++------------
>  1 file changed, 26 insertions(+), 26 deletions(-)
> 
> diff --git a/drivers/net/ethernet/intel/ice/ice_flow.c
> b/drivers/net/ethernet/intel/ice/ice_flow.c
> index 54e259b..10b9203 100644
> --- a/drivers/net/ethernet/intel/ice/ice_flow.c
> +++ b/drivers/net/ethernet/intel/ice/ice_flow.c
> @@ -219,9 +219,9 @@ struct ice_flow_field_info


Tested-by: Rafal Romanowski <[email protected]>


Reply via email to