参考
https://www.kernel.org/doc/html/v5.1/networking/segmentation-offloads.html
https://developers.redhat.com/articles/2021/11/05/improve-udp-performance-rhel-85#availability_in_red_hat_enterprise_linux_8_5
UDP Fragmentation Offload
是让设备来做UDP的fragment。不是不做分片。
UDP fragmentation offload allows a device to fragment an oversized UDP datagram into multiple IPv4 fragments. Many of the requirements for UDP fragmentation offload are the same as TSO. However the IPv4 ID for fragments should not increment as a single IPv4 datagram is fragmented.
virtio-net
问题
这个功能在Redhat7上对于virtio-net接口还是有这个功能,可以使用ethtool -K修改这个u