On Mon, Oct 25, 2021 at 3:33 PM Yucong Sun <fallentree@xxxxxx> wrote: > > Several patches to improve parallel execution mode, including printing > subtest status line, updating vmtest.sh and fixed two previously dropped > patch according to feedback. > I've dropped the second patch and applied all the rest. I can run `sudo ./test_progs -j` pretty reliably with no failures now and get 30-35 second saving on average. Thanks. Let's keep discussing the subtest support separately. > > Yucong Sun (4): > selfetests/bpf: Update vmtest.sh defaults > selftests/bpf: print subtest status line > selftests/bpf: fix attach_probe in parallel mode > selftests/bpf: adding a namespace reset for tc_redirect > > .../selftests/bpf/prog_tests/attach_probe.c | 9 ++- > .../selftests/bpf/prog_tests/tc_redirect.c | 14 +++++ > tools/testing/selftests/bpf/test_progs.c | 56 +++++++++++++++---- > tools/testing/selftests/bpf/test_progs.h | 4 ++ > tools/testing/selftests/bpf/vmtest.sh | 6 +- > 5 files changed, 74 insertions(+), 15 deletions(-) > > -- > 2.30.2 >