[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1544793998-31366-1-git-send-email-quentin.monnet@netronome.com>
Date: Fri, 14 Dec 2018 13:26:33 +0000
From: Quentin Monnet <quentin.monnet@...ronome.com>
To: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>
Cc: netdev@...r.kernel.org, oss-drivers@...ronome.com,
Quentin Monnet <quentin.monnet@...ronome.com>
Subject: [PATCH bpf-next 0/5] tools: bpftool: clean up code and documentation
Hi,
This series contains several minor fixes for bpftool source and
documentation.
The first patches focus on documentation: addition of an option in the page
for "bpftool prog", clean up and update of the same page, and addition of
an example of prog array map manipulation in "bpftool map" page.
The last two fix warnings susceptible to appear when libbfd is not present
(patch 4), or with additional warning flags passed to the compiler (last
patch).
Quentin Monnet (5):
tools: bpftool: add doc for -m option to bpftool-prog.rst
tools: bpftool: fix examples in documentation for bpftool prog
tools: bpftool: add a prog array map update example to documentation
tools: bpftool: fix warning on struct bpf_prog_linfo definition
tools: bpftool: fix -Wmissing declaration warnings
tools/bpf/bpftool/Documentation/bpftool-map.rst | 53 ++++++++++++
tools/bpf/bpftool/Documentation/bpftool-prog.rst | 101 +++++++++++++----------
tools/bpf/bpftool/common.c | 4 +-
tools/bpf/bpftool/json_writer.c | 6 +-
tools/bpf/bpftool/main.h | 2 +-
tools/bpf/bpftool/prog.c | 4 +-
tools/bpf/bpftool/xlated_dumper.c | 7 +-
7 files changed, 122 insertions(+), 55 deletions(-)
--
2.7.4
Powered by blists - more mailing lists