Skip to content

Commit 04fd47b

Browse files
tammeladavem330
authored andcommitted
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 <pctammela@mojatatu.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent bb9623c commit 04fd47b

File tree

1 file changed

+2
-2
lines changed
  • tools/testing/selftests/tc-testing

1 file changed

+2
-2
lines changed

tools/testing/selftests/tc-testing/tdc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ try_modprobe sch_hfsc
6464
try_modprobe sch_hhf
6565
try_modprobe sch_htb
6666
try_modprobe sch_teql
67-
./tdc.py -c actions --nobuildebpf
68-
./tdc.py -c qdisc
67+
./tdc.py -J`nproc` -c actions --nobuildebpf
68+
./tdc.py -J`nproc` -c qdisc

0 commit comments

Comments
 (0)