]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vhost/net: enable gso over UDP tunnel support.
authorPaolo Abeni <pabeni@redhat.com>
Tue, 8 Jul 2025 16:04:28 +0000 (18:04 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 8 Jul 2025 16:07:28 +0000 (18:07 +0200)
commitbbca931fce262cdb3e5fddcc39e62f3bf9ac25cc
tree23adb10dcad947afdd03a34910047fdf9d3f5de5
parent288f30435132d2f9e7a29ec9b9745a4f9dc7fd37
vhost/net: enable gso over UDP tunnel support.

Vhost net need to know the exact virtio net hdr size to be able
to copy such header correctly. Teach it about the newly defined
UDP tunnel-related option and update the hdr size computation
accordingly.

Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/vhost/net.c