]> 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)
commitccb02f18e2e3bc58467a37c0aa29a37adfd61926
tree9992712664b06a35eab4233a570a417c3e0a92c9
parenta514db0d16976b6aeb112d82972ae701f03bf68b
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