Message ID | 20231114160442.1023815-5-pctammela@mojatatu.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 04fd47bf70f95533c2b8387c19c7e11c085945d2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | selftests: tc-testing: updates to tdc | expand |
On Tue, Nov 14, 2023 at 01:04:42PM -0300, Pedro Tammela wrote: > 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>
diff --git a/tools/testing/selftests/tc-testing/tdc.sh b/tools/testing/selftests/tc-testing/tdc.sh index ae08b7a47c42..4dbe50bde5a0 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
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> --- tools/testing/selftests/tc-testing/tdc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)