All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 bpf-next 0/3] Add missing types to bpftool, libbpf
@ 2018-04-17 17:28 Andrey Ignatov
  2018-04-17 17:28 ` [PATCH v2 bpf-next 1/3] bpftool: Support new prog types and attach types Andrey Ignatov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andrey Ignatov @ 2018-04-17 17:28 UTC (permalink / raw)
  To: ast, daniel; +Cc: Andrey Ignatov, kubakici, quentin.monnet, netdev, kernel-team

v1->v2:
- add new types to bpftool-cgroup man page;
- add new types to bash completion for bpftool;
- don't add types that should not be in bpftool cgroup.

Add support for various BPF prog types and attach types that have been
added to kernel recently but not to bpftool or libbpf yet.


Andrey Ignatov (3):
  bpftool: Support new prog types and attach types
  libbpf: Support guessing post_bind{4,6} progs
  libbpf: Type functions for raw tracepoints

 tools/bpf/bpftool/Documentation/bpftool-cgroup.rst | 11 +++++++++--
 tools/bpf/bpftool/bash-completion/bpftool          |  6 ++++--
 tools/bpf/bpftool/cgroup.c                         | 15 ++++++++++++---
 tools/bpf/bpftool/prog.c                           |  3 +++
 tools/lib/bpf/libbpf.c                             |  8 ++++++++
 tools/lib/bpf/libbpf.h                             |  2 ++
 6 files changed, 38 insertions(+), 7 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2018-04-18 12:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 17:28 [PATCH v2 bpf-next 0/3] Add missing types to bpftool, libbpf Andrey Ignatov
2018-04-17 17:28 ` [PATCH v2 bpf-next 1/3] bpftool: Support new prog types and attach types Andrey Ignatov
2018-04-17 23:09   ` Jakub Kicinski
2018-04-17 17:28 ` [PATCH v2 bpf-next 2/3] libbpf: Support guessing post_bind{4,6} progs Andrey Ignatov
2018-04-17 17:28 ` [PATCH v2 bpf-next 3/3] libbpf: Type functions for raw tracepoints Andrey Ignatov
2018-04-18  0:58 ` [PATCH v2 bpf-next 0/3] Add missing types to bpftool, libbpf Alexei Starovoitov
2018-04-18 12:42 ` Daniel Borkmann

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.