Re: [PATCH v5 net-next v5 4/6] net: create tcp_gro_lookup helper function

From: David Ahern
Date: Thu May 02 2024 - 11:33:38 EST


On 5/2/24 2:44 AM, Felix Fietkau wrote:
> This pulls the flow port matching out of tcp_gro_receive, so that it can be
> reused for the next change, which adds the TCP fraglist GRO heuristic.
>
> Acked-by: Paolo Abeni <pabeni@xxxxxxxxxx>
> Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>
> Signed-off-by: Felix Fietkau <nbd@xxxxxxxx>
> ---
> include/net/tcp.h | 1 +
> net/ipv4/tcp_offload.c | 41 +++++++++++++++++++++++++----------------
> 2 files changed, 26 insertions(+), 16 deletions(-)
>

Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>