On Mon, Oct 27, 2025 at 10:37:35AM +0100, Aleksandr Loktionov wrote:
> 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(-)
The four lines above seem out of place.
And as git truncates the commit message at the ('--')
the tags below are missing in it's view of the world.
>
> 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]>
...