commit | 1a97cf1fe50340c5e758d7a74419d8f6e8b49ace | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Mon Jan 22 17:46:57 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jan 23 18:28:03 2018 +0100 |
tree | 52f2e7bd300f04190a571c7d3cfd39ea757fac12 | |
parent | 35136920e100b85b15b2cfd1505453ba5b6c757f [diff] |
selftests/bpf: speedup test_maps test_hashmap_walk takes very long time on debug kernel with kasan on. Reduce the number of iterations in this test without sacrificing test coverage. Also add printfs as progress indicator. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>