aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_map_in_map.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang1-49/+0
At the moment, all kernel bpf objects are listed under BPF_OBJ_FILES. Listing them manually sometimes causing patch conflict when people are adding new testcases simultaneously. It is better to centre all the related source files under a subdir "progs", then auto-generate the object file list. Suggested-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov1-0/+49
adding test/example of bpf_map__set_inner_map_fd usage Signed-off-by: Nikita V. Shirokov <tehnerd@tehnerd.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>