tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0
authorYonghong Song <yhs@fb.com>
Wed, 13 May 2020 18:02:15 +0000 (11:02 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 13 May 2020 19:30:49 +0000 (12:30 -0700)
commit99aaf53e2f7c4a1b152b7f300c6b07ffbc2fe192
tree5fa064c03afbcde41ec88725b0bb720be64eb55c
parent0aa0372f9229bf66113343cc87a73611979ebe97
tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0

Commit 6879c042e105 ("tools/bpf: selftests: Add bpf_iter selftests")
added self tests for bpf_iter feature. But two subtests
ipv6_route and netlink needs llvm latest 10.x release branch
or trunk due to a bug in llvm BPF backend. This patch added
the file README.rst to document these two failures
so people using llvm 10.0.0 can be aware of them.

Suggested-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200513180215.2949237-1-yhs@fb.com
tools/testing/selftests/bpf/README.rst [new file with mode: 0644]