Re: [PATCH] selftests/bpf: add general instructions for test execution

2020-05-22 Thread Daniel Borkmann
On 5/22/20 1:24 PM, Alan Maguire wrote: Getting a clean BPF selftests run involves ensuring latest trunk LLVM/clang are used, pahole is recent (>=1.16) and config matches the specified config file as closely as possible. Add to bpf_devel_QA.rst and point tools/testing/selftests/bpf/README.rst to

[PATCH] selftests/bpf: add general instructions for test execution

2020-05-22 Thread Alan Maguire
Getting a clean BPF selftests run involves ensuring latest trunk LLVM/clang are used, pahole is recent (>=1.16) and config matches the specified config file as closely as possible. Add to bpf_devel_QA.rst and point tools/testing/selftests/bpf/README.rst to it. Signed-off-by: Alan Maguire Acked-b