commit | af32efeede9e188fefe0af51d117c31cf281de65 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Fri Jan 26 15:06:08 2018 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Jan 26 17:06:22 2018 -0800 |
tree | dc262d4c79d65428bb0ca56b377d732a1ff9438e | |
parent | 6dd1ec6c7a2c304e9e2e2edd9e7ccb8e8791d36a [diff] |
tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map The new test will spawn four threads, doing map update, delete, lookup and get_next_key in parallel. It is able to reproduce the issue in the previous commit found by syzbot and Eric Dumazet. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>