]> 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)
commit444d4d9d1d41aa587b439a0920ed4d63891bafb6
tree7b037432d0a9a20ac3335b2fe7f6acfedff11ef4
parent894ded31174a95d9f7be306bb13f78f03afa09ca
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