commit | a08c02f8d4ae50527b9f26a7147686ed55c93782 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Thu Sep 03 13:35:35 2020 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Sep 03 17:14:40 2020 -0700 |
tree | dc9b1b070ee620af3f648f543e568e865545ce89 | |
parent | 7e06aad52929d17610f28acd40dd10ed62295f85 [diff] |
selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls Add a selftest excercising bpf-to-bpf subprogram calls, as well as multiple entry-point BPF programs per section. Also make sure that BPF CO-RE works for such set ups both for sub-programs and for multi-entry sections. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200903203542.15944-8-andriin@fb.com