Re: [PATCH RFC v2 13/13] net: implement UDP tunnel features offloading

2025-07-16 Thread Akihiko Odaki
On 2025/07/16 19:13, Paolo Abeni wrote: On 7/15/25 10:07 AM, Akihiko Odaki wrote: On 2025/07/11 22:02, Paolo Abeni wrote: When any host or guest GSO over UDP tunnel offload is enabled the virtio net header includes the additional tunnel-related fields, update the size accordingly. Push the GSO

Re: [PATCH RFC v2 13/13] net: implement UDP tunnel features offloading

2025-07-16 Thread Paolo Abeni
On 7/15/25 10:07 AM, Akihiko Odaki wrote: > On 2025/07/11 22:02, Paolo Abeni wrote: >> When any host or guest GSO over UDP tunnel offload is enabled the >> virtio net header includes the additional tunnel-related fields, >> update the size accordingly. >> >> Push the GSO over UDP tunnel offloads al

Re: [PATCH RFC v2 13/13] net: implement UDP tunnel features offloading

2025-07-15 Thread Akihiko Odaki
On 2025/07/11 22:02, Paolo Abeni wrote: When any host or guest GSO over UDP tunnel offload is enabled the virtio net header includes the additional tunnel-related fields, update the size accordingly. Push the GSO over UDP tunnel offloads all the way down to the tap device extending the newly int

[PATCH RFC v2 13/13] net: implement UDP tunnel features offloading

2025-07-11 Thread Paolo Abeni
When any host or guest GSO over UDP tunnel offload is enabled the virtio net header includes the additional tunnel-related fields, update the size accordingly. Push the GSO over UDP tunnel offloads all the way down to the tap device extending the newly introduced NetFeatures struct, and eventually