Re: [PATCH net-next v9 0/9] BIG TCP for UDP tunnels
From: Paolo Abeni <pabeni@redhat.com>
Date: 2026-07-22 12:01:21
On 7/10/26 3:42 PM, Alice Mikityanska wrote:
From: Alice Mikityanska <redacted> This series is a follow-up to "BIG TCP without HBH in IPv6", and it adds support for BIG TCP IPv4/IPv6 workloads in vxlan and geneve. Now that IPv6 BIG TCP doesn't require stripping the HBH in all various combinations in tunneled traffic, adding BIG TCP becomes feasible. Patch 01 adds accessors for the length field in the UDP header, as suggested by Paolo in review. The usage of udp_set_len is then added in the following patches that start using length=0 in BIG TCP UDP packets. Patches 02-04 close the gaps that prevent BIG TCP packets from going through UDP tunnel code. Patch 05 validates packets in udp_gro_receive to exclude packets with length=0 from GRO aggregation. Patch 06 is for proper formatting in tcpdump (set UDP len to 0 rather than a trimmed value on overflow). Patches 07-08 bump up tso_max_size for VXLAN and GENEVE. Patch 09 adds selftests.
Thanks for the effort and the persistence! I understand the frustration with AI review and discontinuous feedback, unfortunately the volume of patches on the ML makes such sloops more frequent than before. I merged this version, addressing an hopefully trivial conflict. @Breno: a second pair of eyes on the resolution would be appreciated. @Alice: please follow-up on the possible gso_segs overflow ASAP. Thanks, Paolo