Re: [PATCH v5 net-next v5 5/6] net: create tcp_gro_header_pull helper function

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


On 5/2/24 2:44 AM, Felix Fietkau wrote:
> Pull the code out of tcp_gro_receive in order to access the tcp header
> from tcp4/6_gro_receive.
>
> Acked-by: Paolo Abeni <pabeni@xxxxxxxxxx>
> Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>
> Signed-off-by: Felix Fietkau <nbd@xxxxxxxx>
> ---
> include/net/tcp.h | 4 ++-
> net/ipv4/tcp_offload.c | 55 +++++++++++++++++++++++++---------------
> net/ipv6/tcpv6_offload.c | 18 +++++++++----
> 3 files changed, 50 insertions(+), 27 deletions(-)
>

Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>