commit | c34a06c56df7c513cd19f591b26fe7d814c778cc | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Mon Jun 15 15:53:55 2020 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jun 16 02:18:30 2020 +0200 |
tree | 0919bfb20f7dcd361e1ed79171adabd845da8733 | |
parent | b0659d8a950d424e57cc0a67afc4740ee561224e [diff] |
tools/bpftool: Add ringbuf map to a list of known map types Add symbolic name "ringbuf" to map to BPF_MAP_TYPE_RINGBUF. Without this, users will see "type 27" instead of "ringbuf" in `map show` output. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20200615225355.366256-1-andriin@fb.com