aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_map_in_map_user.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-29bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau1-0/+17
Checks are added to the existing sockex3 and test_map_in_map test. Signed-off-by: Martin KaFai Lau <kafai@fb.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau1-0/+116
Test cases for array of maps and hash of maps. Signed-off-by: Martin KaFai Lau <kafai@fb.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>