]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
authorDavid Calavera <david.calavera@gmail.com>
Thu, 22 Nov 2018 20:59:45 +0000 (12:59 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 23 Nov 2018 21:42:30 +0000 (22:42 +0100)
commitf3a0f03ee5c46f54cdc3e446c0bed7999fbe6842
tree9992712664b06a35eab4233a570a417c3e0a92c9
parent62a47d2d24398824aae9e2c3e9e6570d28e9e00f
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map

I noticed that these two new BPF Maps are not defined in bpftool.
This patch defines those two maps and adds their names to the
bpftool-map documentation.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/Documentation/bpftool-map.rst
tools/bpf/bpftool/map.c