]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Parallelize verif_scale selftests'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 25 Oct 2021 21:45:46 +0000 (14:45 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 25 Oct 2021 21:45:52 +0000 (14:45 -0700)
commit899ed7aa47424622cf4a61e8d3fc030ecb8679b6
tree1dded9713a8024aa450e55139d27b96822a7262a
parent7185884cf418819cdd2c5fa998daa12f3f8be593
parentf29d5846d6987a7a2a34e274f9a5c7f37bd61129
Merge branch 'Parallelize verif_scale selftests'

Andrii Nakryiko says:

====================

Reduce amount of waiting time when running test_progs in parallel mode (-j) by
splitting bpf_verif_scale selftests into multiple tests. Previously it was
structured as a test with multiple subtests, but subtests are not easily
parallelizable with test_progs' infra. Also in practice each scale subtest is
really an independent test with nothing shared across all substest.

This patch set changes how test_progs test discovery works. Now it is possible
to define multiple tests within a single source code file. One of the patches
also marks tc_redirect selftests as serial, because it's extremely harmful to
the test system when run in parallel mode.
====================

Acked-by: Yucong Sun <sunyucong@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>