All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/5] Various BPF improvements
@ 2018-07-17 23:31 Daniel Borkmann
  2018-07-17 23:31 ` [PATCH iproute2 1/5] bpf: import btf uapi kernel header Daniel Borkmann
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Daniel Borkmann @ 2018-07-17 23:31 UTC (permalink / raw)
  To: dsahern; +Cc: jakub.kicinski, alexei.starovoitov, netdev, Daniel Borkmann

Main part of this set is to: i) avoid strict af_alg kernel dependency,
ii) add loader support for bpf to bpf calls and iii) add btf loader
support with an option to annotate maps. For details please see the
individual patches. Thanks!

Daniel Borkmann (5):
  bpf: import btf uapi kernel header
  bpf: move bpf_elf_map fixup notification under verbose
  bpf: remove strict dependency on af_alg
  bpf: implement bpf to bpf calls support
  bpf: implement btf handling and map annotation

 include/bpf_elf.h        |   9 +
 include/bpf_util.h       |   1 +
 include/uapi/linux/btf.h | 113 +++++++++
 lib/bpf.c                | 645 +++++++++++++++++++++++++++++++++++++----------
 4 files changed, 639 insertions(+), 129 deletions(-)
 create mode 100644 include/uapi/linux/btf.h

-- 
2.9.5

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

end of thread, other threads:[~2018-07-19 17:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-17 23:31 [PATCH iproute2 0/5] Various BPF improvements Daniel Borkmann
2018-07-17 23:31 ` [PATCH iproute2 1/5] bpf: import btf uapi kernel header Daniel Borkmann
2018-07-17 23:31 ` [PATCH iproute2 2/5] bpf: move bpf_elf_map fixup notification under verbose Daniel Borkmann
2018-07-18  0:24   ` Jakub Kicinski
2018-07-17 23:31 ` [PATCH iproute2 3/5] bpf: remove strict dependency on af_alg Daniel Borkmann
2018-07-17 23:31 ` [PATCH iproute2 4/5] bpf: implement bpf to bpf calls support Daniel Borkmann
2018-07-17 23:31 ` [PATCH iproute2 5/5] bpf: implement btf handling and map annotation Daniel Borkmann
2018-07-18  0:27   ` Jakub Kicinski
2018-07-18  8:42     ` Daniel Borkmann
2018-07-18  9:33       ` Daniel Borkmann
2018-07-18 18:13         ` Jakub Kicinski
2018-07-19  0:11           ` Martin KaFai Lau
2018-07-19 15:43             ` Daniel Borkmann
2018-07-19 16:37               ` Martin KaFai Lau
2018-07-18 23:52     ` Martin KaFai Lau
2018-07-19  1:01       ` Jakub Kicinski
2018-07-18  2:43 ` [PATCH iproute2 0/5] Various BPF improvements David Ahern

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.