Re: [PATCH bpf-next] selftests/bpf: add real-world BPF verifier scale test program

2019-06-01 Thread Andrii Nakryiko
On Sat, Jun 1, 2019 at 3:05 PM Alexei Starovoitov wrote: > > On Fri, May 31, 2019 at 11:39:52PM -0700, Andrii Nakryiko wrote: > > This patch adds a new test program, based on real-world production > > application, for testing BPF verifier scalability w/ realistic > > complexity. > > Thanks! > > >

Re: [PATCH bpf-next] selftests/bpf: add real-world BPF verifier scale test program

2019-06-01 Thread Alexei Starovoitov
On Fri, May 31, 2019 at 11:39:52PM -0700, Andrii Nakryiko wrote: > This patch adds a new test program, based on real-world production > application, for testing BPF verifier scalability w/ realistic > complexity. Thanks! > - const char *pyperf[] = { > + const char *tp_progs[] = { I had v

[PATCH bpf-next] selftests/bpf: add real-world BPF verifier scale test program

2019-05-31 Thread Andrii Nakryiko
This patch adds a new test program, based on real-world production application, for testing BPF verifier scalability w/ realistic complexity. Cc: Alexei Starovoitov Signed-off-by: Andrii Nakryiko --- .../bpf/prog_tests/bpf_verif_scale.c | 11 +- .../testing/selftests/bpf/progs/strobem