[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <df9cc502-0cec-0ba5-6fe6-fad09c2f0e74@iogearbox.net>
Date: Sat, 15 Dec 2018 01:37:20 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: Quentin Monnet <quentin.monnet@...ronome.com>,
Alexei Starovoitov <ast@...nel.org>
Cc: netdev@...r.kernel.org, oss-drivers@...ronome.com
Subject: Re: [PATCH bpf-next v2 0/5] tools: bpftool: clean up code and
documentation
On 12/14/2018 02:55 PM, Quentin Monnet wrote:
> 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).
>
> v2: rebase on top of bpf-next instead of other WIP patches
>
> 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 | 55 ++++++++++++
> 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, 124 insertions(+), 55 deletions(-)
>
Applied, thanks!
Powered by blists - more mailing lists