From: Pedro Tammela Date: Tue, 14 Nov 2023 16:04:42 +0000 (-0300) Subject: selftests: tc-testing: use parallel tdc in kselftests X-Git-Tag: v6.8-rc1~131^2~327^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04fd47bf70f95533c2b8387c19c7e11c085945d2;p=thirdparty%2Flinux.git selftests: tc-testing: use parallel tdc in kselftests Leverage parallel tests in kselftests using all the available cpus. We tested this in tuxsuite and locally extensively and it seems it's ready for prime time. Signed-off-by: Pedro Tammela Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/tc-testing/tdc.sh b/tools/testing/selftests/tc-testing/tdc.sh index ae08b7a47c421..4dbe50bde5a00 100755 --- a/tools/testing/selftests/tc-testing/tdc.sh +++ b/tools/testing/selftests/tc-testing/tdc.sh @@ -64,5 +64,5 @@ try_modprobe sch_hfsc try_modprobe sch_hhf try_modprobe sch_htb try_modprobe sch_teql -./tdc.py -c actions --nobuildebpf -./tdc.py -c qdisc +./tdc.py -J`nproc` -c actions --nobuildebpf +./tdc.py -J`nproc` -c qdisc