netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/3] bpf: install eBPF helper man page along with bpftool doc
@ 2018-07-12 11:52 Quentin Monnet
  2018-07-12 11:52 ` [PATCH bpf-next 1/3] bpf: fix documentation for eBPF helpers Quentin Monnet
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Quentin Monnet @ 2018-07-12 11:52 UTC (permalink / raw)
  To: daniel, ast; +Cc: netdev, oss-drivers, quentin.monnet

The three patches in this series are related to the documentation for eBPF
helpers. The first patch brings minor formatting edits to the documentation
in include/uapi/linux/bpf.h, and the second one updates the related header
file under tools/.

The third patch adds a Makefile under tools/bpf for generating the
documentation (man pages) about eBPF helpers. The targets defined in this
file can also be called from the bpftool directory (please refer to
relevant commit logs for details).

Quentin Monnet (3):
  bpf: fix documentation for eBPF helpers
  tools: bpf: synchronise BPF UAPI header with tools
  tools: bpf: build and install man page for eBPF helpers from bpftool/

 include/uapi/linux/bpf.h                 |  6 ++--
 tools/bpf/Makefile.helpers               | 59 ++++++++++++++++++++++++++++++++
 tools/bpf/bpftool/Documentation/Makefile | 13 ++++---
 tools/include/uapi/linux/bpf.h           | 32 ++++++++++++-----
 4 files changed, 93 insertions(+), 17 deletions(-)
 create mode 100644 tools/bpf/Makefile.helpers

-- 
2.14.1

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-12 11:52 [PATCH bpf-next 0/3] bpf: install eBPF helper man page along with bpftool doc Quentin Monnet
2018-07-12 11:52 ` [PATCH bpf-next 1/3] bpf: fix documentation for eBPF helpers Quentin Monnet
2018-07-12 11:52 ` [PATCH bpf-next 2/3] tools: bpf: synchronise BPF UAPI header with tools Quentin Monnet
2018-07-12 11:52 ` [PATCH bpf-next 3/3] tools: bpf: build and install man page for eBPF helpers from bpftool/ Quentin Monnet
2018-07-12 17:00 ` [PATCH bpf-next 0/3] bpf: install eBPF helper man page along with bpftool doc Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).