commit | 197c2dac74e4ae3158ad10f848c5402236d6b176 | [log] [tgz] |
---|---|---|
author | David Calavera <david.calavera@gmail.com> | Thu Nov 22 12:59:45 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Nov 23 22:42:30 2018 +0100 |
tree | 9992712664b06a35eab4233a570a417c3e0a92c9 | |
parent | 5a863813216ce79e16a8c1503b2543c528b778b6 [diff] |
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>