From: Alexei Starovoitov Date: Mon, 25 Oct 2021 21:45:46 +0000 (-0700) Subject: Merge branch 'Parallelize verif_scale selftests' X-Git-Tag: v6.6.17~8953^2~2^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57c8d362cefe5ff4ee9784e15318c0d1c617d408;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Alexei Starovoitov --- 57c8d362cefe5ff4ee9784e15318c0d1c617d408