[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190314123841.13092-1-quentin.monnet@netronome.com>
Date: Thu, 14 Mar 2019 12:38:38 +0000
From: Quentin Monnet <quentin.monnet@...ronome.com>
To: Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>
Cc: bpf@...r.kernel.org, netdev@...r.kernel.org,
oss-drivers@...ronome.com,
Quentin Monnet <quentin.monnet@...ronome.com>
Subject: [PATCH bpf 0/3] fixes and additions for BPF helpers doc
Hi,
This set is an update to the documentation for the BPF helper functions in
the UAPI header bpf.h, used to generate the bpf-helpers(7) man page.
First patch contains fixes to the current documentation. The second patch
adds documentation for the two helpers bpf_spin_lock() and
bpf_spin_unlock(). The last patch simply reports the changes to the version
of that header in tools/.
Quentin Monnet (3):
bpf: fix documentation for eBPF helpers
bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()
tools: bpf: synchronise BPF UAPI header with tools
include/uapi/linux/bpf.h | 183 +++++++++++++++++++++++++++--------------
tools/include/uapi/linux/bpf.h | 183 +++++++++++++++++++++++++++--------------
2 files changed, 240 insertions(+), 126 deletions(-)
--
2.14.1
Powered by blists - more mailing lists