[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180102224837.13736-1-jakub.kicinski@netronome.com>
Date: Tue, 2 Jan 2018 14:48:34 -0800
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: netdev@...r.kernel.org, alexei.starovoitov@...il.com,
daniel@...earbox.net
Cc: oss-drivers@...ronome.com, guro@...com,
Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH bpf-next 0/3] tools: bpftool: alias "show" and "list" and fix errors in JSON
Hi!
This series addresses small issues that snuck through the review
of cgroup code. "list" and "show" are now made aliases to satisfy
all users. Small fix to errors printed is needed, errors can't
contain new line characters, otherwise JSON will break.
Jakub Kicinski (3):
tools: bpftool: rename cgroup list -> show in the code
tools: bpftool: alias show and list commands
tools: bpftool: remove new lines from errors
tools/bpf/bpftool/Documentation/bpftool-cgroup.rst | 6 ++--
tools/bpf/bpftool/Documentation/bpftool-map.rst | 6 ++--
tools/bpf/bpftool/Documentation/bpftool-prog.rst | 6 ++--
tools/bpf/bpftool/Documentation/bpftool.rst | 6 ++--
tools/bpf/bpftool/bash-completion/bpftool | 8 ++---
tools/bpf/bpftool/cgroup.c | 35 +++++++++++-----------
tools/bpf/bpftool/map.c | 3 +-
tools/bpf/bpftool/prog.c | 7 +++--
8 files changed, 40 insertions(+), 37 deletions(-)
--
2.15.1
Powered by blists - more mailing lists