All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/3] add gso_size to __sk_buff
@ 2020-03-03 20:05 Willem de Bruijn
  2020-03-03 20:05 ` [PATCH bpf-next 1/3] bpf: " Willem de Bruijn
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Willem de Bruijn @ 2020-03-03 20:05 UTC (permalink / raw)
  To: bpf; +Cc: netdev, daniel, ast, Willem de Bruijn

From: Willem de Bruijn <willemb@google.com>

See first patch for details.

Patch split across three parts { kernel feature, uapi header, tools }
following the custom for such __sk_buff changes.

Willem de Bruijn (3):
  bpf: add gso_size to __sk_buff
  bpf: Sync uapi bpf.h to tools/
  selftests/bpf: test new __sk_buff field gso_size

 include/uapi/linux/bpf.h                      |  1 +
 net/bpf/test_run.c                            |  7 +++
 net/core/filter.c                             | 44 +++++++++++------
 tools/include/uapi/linux/bpf.h                |  1 +
 .../selftests/bpf/prog_tests/skb_ctx.c        |  1 +
 .../selftests/bpf/progs/test_skb_ctx.c        |  2 +
 .../testing/selftests/bpf/verifier/ctx_skb.c  | 47 +++++++++++++++++++
 7 files changed, 89 insertions(+), 14 deletions(-)

-- 
2.25.0.265.gbab2e86ba0-goog


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

end of thread, other threads:[~2020-03-04  0:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 20:05 [PATCH bpf-next 0/3] add gso_size to __sk_buff Willem de Bruijn
2020-03-03 20:05 ` [PATCH bpf-next 1/3] bpf: " Willem de Bruijn
2020-03-03 20:05 ` [PATCH bpf-next 2/3] bpf: Sync uapi bpf.h to tools/ Willem de Bruijn
2020-03-03 20:05 ` [PATCH bpf-next 3/3] selftests/bpf: test new __sk_buff field gso_size Willem de Bruijn
2020-03-03 22:56 ` [PATCH bpf-next 0/3] add gso_size to __sk_buff Petar Penkov
2020-03-04  0:31   ` Alexei Starovoitov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.