]> Git Repo - linux.git/commit
tools/bpftool: Add ringbuf map to a list of known map types
authorAndrii Nakryiko <[email protected]>
Mon, 15 Jun 2020 22:53:55 +0000 (15:53 -0700)
committerDaniel Borkmann <[email protected]>
Tue, 16 Jun 2020 00:18:30 +0000 (02:18 +0200)
commitc34a06c56df7c513cd19f591b26fe7d814c778cc
tree0919bfb20f7dcd361e1ed79171adabd845da8733
parentb0659d8a950d424e57cc0a67afc4740ee561224e
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 <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
tools/bpf/bpftool/map.c
This page took 0.052979 seconds and 4 git commands to generate.