Re: [PATCH bpf-next 2/3] selftests/bpf: test_progs: test__printf -> printf

2019-08-02 Thread Andrii Nakryiko
On 8/2/19 10:17 AM, Stanislav Fomichev wrote: > Now that test__printf is a simple wraper around printf, let's drop it > (and test__vprintf as well). > > Cc: Andrii Nakryiko > Signed-off-by: Stanislav Fomichev > --- Acked-by: Andrii Nakryiko > .../selftests/bpf/prog_tests/bpf_verif_scale.c

[PATCH bpf-next 2/3] selftests/bpf: test_progs: test__printf -> printf

2019-08-02 Thread Stanislav Fomichev
Now that test__printf is a simple wraper around printf, let's drop it (and test__vprintf as well). Cc: Andrii Nakryiko Signed-off-by: Stanislav Fomichev --- .../selftests/bpf/prog_tests/bpf_verif_scale.c | 4 ++-- .../testing/selftests/bpf/prog_tests/l4lb_all.c | 2 +- .../testing/selftest