]> git.dujemihanovic.xyz Git - linux.git/commit
net: add code for TCP fraglist GRO
authorFelix Fietkau <nbd@nbd.name>
Thu, 2 May 2024 08:44:44 +0000 (10:44 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 6 May 2024 09:54:04 +0000 (11:54 +0200)
commit8d95dc474f85481652a0e422d2f1f079de81f63c
tree7aff58088ce498cc84374e66625847d2772ad794
parentbee88cd5bd83d40b8aec4d6cb729378f707f6197
net: add code for TCP fraglist GRO

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@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv4/tcp_offload.c
net/ipv6/tcpv6_offload.c