Re: [PATCH RFC v2 12/13] net: implement tunnel probing

2025-07-17 Thread Akihiko Odaki
On 2025/07/16 0:49, Paolo Abeni wrote: On 7/15/25 10:05 AM, Akihiko Odaki wrote: On 2025/07/11 22:02, Paolo Abeni wrote: diff --git a/net/tap-bsd.c b/net/tap-bsd.c index 86b6edee94..e7de0672f4 100644 --- a/net/tap-bsd.c +++ b/net/tap-bsd.c @@ -217,6 +217,11 @@ int tap_probe_has_uso(int fd)

Re: [PATCH RFC v2 12/13] net: implement tunnel probing

2025-07-15 Thread Paolo Abeni
On 7/15/25 10:05 AM, Akihiko Odaki wrote: > On 2025/07/11 22:02, Paolo Abeni wrote: >> diff --git a/net/tap-bsd.c b/net/tap-bsd.c >> index 86b6edee94..e7de0672f4 100644 >> --- a/net/tap-bsd.c >> +++ b/net/tap-bsd.c >> @@ -217,6 +217,11 @@ int tap_probe_has_uso(int fd) >> return 0; >> } >>

Re: [PATCH RFC v2 12/13] net: implement tunnel probing

2025-07-15 Thread Akihiko Odaki
On 2025/07/11 22:02, Paolo Abeni wrote: Tap devices support GSO over UDP tunnel offload. Probe for such feature in a similar manner to other offloads. GSO over UDP tunnel needs to be enabled in addition to a "plain" offload (TSO or USO). No need to check separately for the outer header checksu