07 Aug, 2016
1 commit
-
increase test coverage to check previously missing 'update when full'
Signed-off-by: Alexei Starovoitov
Signed-off-by: David S. Miller
09 Mar, 2016
2 commits
-
extend test coveraged to include pre-allocated and run-time alloc maps
Signed-off-by: Alexei Starovoitov
Signed-off-by: David S. Miller -
note old loader is compatible with new kernel.
map_flags are optionalSigned-off-by: Alexei Starovoitov
Signed-off-by: David S. Miller
06 Feb, 2016
2 commits
-
A sanity test for BPF_MAP_TYPE_PERCPU_ARRAY
Signed-off-by: Ming Lei
Signed-off-by: Alexei Starovoitov
Signed-off-by: David S. Miller -
A sanity test for BPF_MAP_TYPE_PERCPU_HASH.
Signed-off-by: Martin KaFai Lau
Signed-off-by: Alexei Starovoitov
Signed-off-by: David S. Miller
27 Jan, 2015
1 commit
-
hash map is unordered, so get_next_key() iterator shouldn't
rely on particular order of elements. So relax this test.Fixes: ffb65f27a155 ("bpf: add a testsuite for eBPF maps")
Reported-by: Michael Holzheu
Signed-off-by: Alexei Starovoitov
Acked-by: Daniel Borkmann
Signed-off-by: David S. Miller
19 Nov, 2014
1 commit
-
. check error conditions and sanity of hash and array map APIs
. check large maps (that kernel gracefully switches to vmalloc from kmalloc)
. check multi-process parallel access and stress testSigned-off-by: Alexei Starovoitov
Signed-off-by: David S. Miller