]> asedeno.scripts.mit.edu Git - linux.git/commit
tools: bpftool: fold hex keyword in command help
authorJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 4 May 2018 01:37:14 +0000 (18:37 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 4 May 2018 21:41:04 +0000 (23:41 +0200)
commitc642ea265445873901041fa0b892a45ea7c6ff33
tree7b037432d0a9a20ac3335b2fe7f6acfedff11ef4
parentb4264c96b5cbc00c4c07deb9fbab928d43dffcf9
tools: bpftool: fold hex keyword in command help

Instead of spelling [hex] BYTES everywhere use DATA as keyword
for generalized value.  This will help us keep the messages
concise when longer command are added in the future.  It will
also be useful once BTF support comes.  We will only have to
change the definition of DATA.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/Documentation/bpftool-map.rst
tools/bpf/bpftool/map.c