[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180208042717.15252-1-jakub.kicinski@netronome.com>
Date: Wed, 7 Feb 2018 20:27:11 -0800
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: alexei.starovoitov@...il.com, daniel@...earbox.net
Cc: netdev@...r.kernel.org, oss-drivers@...ronome.com,
Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH bpf 0/6] nfp fix for calls, bpftool completions and doc fixes
Hi!
First patch in this series fixes applying the relocation to immediate
load instructions in the NFP JIT.
The remaining patches come from Quentin. Small addition to libbpf
makes sure it recognizes all standard section names. Makefile in
bpftool/Documentation is improved to explicitly check for rst2man
being installed on the system, otherwise we risk installing empty
files. Man page for bpftool-map is corrected to include program
as a potential value for map of programs.
Last two patches are slightly longer, those update bash completions to
include this release cycle's additions from Roman. Maybe the use of
Fixes tags is slightly frivolous there, but having bash completions
which don't cover all commands and options could be disruptive to work
flow for users.
Jakub Kicinski (1):
nfp: bpf: fix immed relocation for larger offsets
Quentin Monnet (5):
libbpf: complete list of strings for guessing program type
tools: bpftool: exit doc Makefile early if rst2man is not available
tools: bpftool: make syntax for program map update explicit in man
page
tools: bpftool: add bash completion for `bpftool prog load`
tools: bpftool: add bash completion for cgroup commands
drivers/net/ethernet/netronome/nfp/nfp_asm.c | 2 +-
tools/bpf/bpftool/Documentation/Makefile | 5 ++
tools/bpf/bpftool/Documentation/bpftool-cgroup.rst | 4 +-
tools/bpf/bpftool/Documentation/bpftool-map.rst | 3 +-
tools/bpf/bpftool/bash-completion/bpftool | 72 ++++++++++++++++++++--
tools/lib/bpf/libbpf.c | 5 ++
6 files changed, 81 insertions(+), 10 deletions(-)
--
2.15.1
Powered by blists - more mailing lists