Re: [PATCH v5 net-next v5 3/6] net: add code for TCP fraglist GRO

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


On 5/2/24 2:44 AM, Felix Fietkau wrote:
> This implements fraglist GRO similar to how it's handled in UDP, however
> no functional changes are added yet. The next change adds a heuristic for
> using fraglist GRO instead of regular GRO.
>
> Acked-by: Paolo Abeni <pabeni@xxxxxxxxxx>
> Signed-off-by: Felix Fietkau <nbd@xxxxxxxx>
> ---
> net/ipv4/tcp_offload.c | 21 +++++++++++++++++++++
> net/ipv6/tcpv6_offload.c | 9 +++++++++
> 2 files changed, 30 insertions(+)
>

Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>