[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1543595148-25985-1-git-send-email-quentin.monnet@netronome.com>
Date: Fri, 30 Nov 2018 16:25:43 +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: fixes and small improvements
Hi,
Several items for bpftool are included in this set: the first three patches
are fixes for bpftool itself and bash completion, while the last two
slightly improve the information obtained when dumping programs or maps, on
Daniel's suggestion. Please refer to individual commit logs for more
details.
Quentin Monnet (5):
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
tools: bpftool: fix bash completion for new map types (queue and
stack)
tools: bpftool: mark offloaded programs more explicitly in plain
output
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
tools/bpf/bpftool/bash-completion/bpftool | 75 ++++++++++++++++++++-----------
tools/bpf/bpftool/common.c | 7 ++-
tools/bpf/bpftool/jit_disasm.c | 11 +----
tools/bpf/bpftool/main.h | 26 +++++++++++
tools/bpf/bpftool/map.c | 50 ++++++++++++++++++++-
tools/bpf/bpftool/prog.c | 27 +----------
6 files changed, 130 insertions(+), 66 deletions(-)
--
2.7.4
Powered by blists - more mailing lists