Re: [PATCH bpf-next 3/4] selftests/bpf: test_progs: remove global fail/success counts

2019-08-14 Thread Andrii Nakryiko
On Wed, Aug 14, 2019 at 1:07 PM Stanislav Fomichev wrote: > > On 08/14, Andrii Nakryiko wrote: > > On Wed, Aug 14, 2019 at 9:48 AM Stanislav Fomichev wrote: > > > > > > Now that we have a global per-test/per-environment state, there > > > is no longer the need to have global fail/success counters

Re: [PATCH bpf-next 3/4] selftests/bpf: test_progs: remove global fail/success counts

2019-08-14 Thread Stanislav Fomichev
On 08/14, Andrii Nakryiko wrote: > On Wed, Aug 14, 2019 at 9:48 AM Stanislav Fomichev wrote: > > > > Now that we have a global per-test/per-environment state, there > > is no longer the need to have global fail/success counters > > (and there is no need to save/get the diff before/after the > > te

Re: [PATCH bpf-next 3/4] selftests/bpf: test_progs: remove global fail/success counts

2019-08-14 Thread Andrii Nakryiko
On Wed, Aug 14, 2019 at 9:48 AM Stanislav Fomichev wrote: > > Now that we have a global per-test/per-environment state, there > is no longer the need to have global fail/success counters > (and there is no need to save/get the diff before/after the > test). > > Cc: Andrii Nakryiko > Signed-off-by

[PATCH bpf-next 3/4] selftests/bpf: test_progs: remove global fail/success counts

2019-08-14 Thread Stanislav Fomichev
Now that we have a global per-test/per-environment state, there is no longer the need to have global fail/success counters (and there is no need to save/get the diff before/after the test). Cc: Andrii Nakryiko Signed-off-by: Stanislav Fomichev --- .../selftests/bpf/prog_tests/bpf_obj_id.c |