public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] bpf: Add tunnel decapsulation and GSO state updates per new flags
@ 2026-02-19 10:47 Nick Hudson
  2026-02-19 10:47 ` [RFC PATCH 1/1] " Nick Hudson
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Hudson @ 2026-02-19 10:47 UTC (permalink / raw)
  Cc: Nick Hudson, bpf

Our use case involves a BPF program that removes VXLAN headers from
packets that are subsequently forwarded via a tap interface. The new
flags allow the BPF program to strip the tunnel header and selectively
clear the tunnel-specific GSO state. This allows larget packets to be
forwarded without segmentation through the (non-robust) tap interface
for the decapsulated packets.

Nick Hudson (1):
  bpf: Add tunnel decapsulation and GSO state updates per new flags

 include/uapi/linux/bpf.h       | 45 +++++++++++++++++++--
 net/core/filter.c              | 73 ++++++++++++++++++++++++++++------
 tools/include/uapi/linux/bpf.h | 45 +++++++++++++++++++--
 3 files changed, 145 insertions(+), 18 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-03-10 19:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19 10:47 [RFC PATCH 0/1] bpf: Add tunnel decapsulation and GSO state updates per new flags Nick Hudson
2026-02-19 10:47 ` [RFC PATCH 1/1] " Nick Hudson
2026-02-19 11:50   ` Hudson, Nick
2026-02-19 12:18     ` Oliver Hartkopp
2026-02-20 21:08   ` Willem de Bruijn
2026-02-25  7:12     ` Hudson, Nick
2026-02-25 15:45       ` Willem de Bruijn
2026-03-10 16:26         ` Hudson, Nick
2026-03-10 19:42           ` Willem de Bruijn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox