summaryrefslogtreecommitdiffstats
path: root/tools/bpf/runqslower/Makefile
diff options
context:
space:
mode:
authorQuentin Monnet <quentin@isovalent.com>2020-09-10 12:26:52 +0200
committerAlexei Starovoitov <ast@kernel.org>2020-09-11 02:29:21 +0200
commite3b9626f09d429788d929c9b9000a069fcfc056e (patch)
tree2d586e1bc5e3a844c854ac698253912d71f176b7 /tools/bpf/runqslower/Makefile
parenttools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT (diff)
downloadlinux-e3b9626f09d429788d929c9b9000a069fcfc056e.tar.xz
linux-e3b9626f09d429788d929c9b9000a069fcfc056e.zip
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
There is no support for creating maps of types array-of-map or hash-of-map in bpftool. This is because the kernel needs an inner_map_fd to collect metadata on the inner maps to be supported by the new map, but bpftool does not provide a way to pass this file descriptor. Add a new optional "inner_map" keyword that can be used to pass a reference to a map, retrieve a fd to that map, and pass it as the inner_map_fd. Add related documentation and bash completion. Note that we can reference the inner map by its name, meaning we can have several times the keyword "name" with different meanings (mandatory outer map name, and possibly a name to use to find the inner_map_fd). The bash completion will offer it just once, and will not suggest "name" on the following command: # bpftool map create /sys/fs/bpf/my_outer_map type hash_of_maps \ inner_map name my_inner_map [TAB] Fixing that specific case seems too convoluted. Completion will work as expected, however, if the outer map name comes first and the "inner_map name ..." is passed second. Signed-off-by: Quentin Monnet <quentin@isovalent.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20200910102652.10509-4-quentin@isovalent.com
Diffstat (limited to 'tools/bpf/runqslower/Makefile')
0 files changed, 0 insertions, 0 deletions