]> git.baikalelectronics.ru Git - kernel.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)
commit1cdfd4cd84f8fef80edf847fe52f56b17f9ff34a
tree7b037432d0a9a20ac3335b2fe7f6acfedff11ef4
parent656af6844ad692c40ab879f78395ef2d0ea5be61
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