[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230728154059.1866057-1-pctammela@mojatatu.com>
Date: Fri, 28 Jul 2023 12:40:57 -0300
From: Pedro Tammela <pctammela@...atatu.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
jhs@...atatu.com,
xiyou.wangcong@...il.com,
jiri@...nulli.us,
dcaratti@...hat.com,
Pedro Tammela <pctammela@...atatu.com>
Subject: [RFC PATCH net-next 0/2] selftests/tc-testing: initial steps for parallel tdc
As the number of tdc tests is growing, so is our completion wall time.
One of the ideas to improve this is to run tests in parallel, as they
are self contained. Even though they will serialize over the rtnl lock,
we expect it to give a nice boost.
A first step is to make each test independent of each other by
localizing its resource usage. Today tdc shares everything, including
veth / dummy interfaces and netns. In patch 1 we make all of these
resources unique per test.
Patch 2 updates the tests to the new model, which also simplified some
definitions and made them more concise and clearer.
Pedro Tammela (2):
selftests/tc-testing: localize test resources
selftests/tc-testing: update test definitions for local resources
.../testing/selftests/tc-testing/TdcPlugin.py | 4 +-
.../tc-testing/plugin-lib/nsPlugin.py | 183 ++++++++---
.../tc-testing/plugin-lib/rootPlugin.py | 4 +-
.../tc-testing/plugin-lib/valgrindPlugin.py | 5 +-
.../tc-testing/tc-tests/filters/bpf.json | 10 +-
.../tc-testing/tc-tests/filters/fw.json | 266 ++++++++--------
.../tc-testing/tc-tests/filters/matchall.json | 141 +++++----
.../tc-testing/tc-tests/infra/actions.json | 144 ++++-----
.../tc-testing/tc-tests/infra/filter.json | 9 +-
.../tc-testing/tc-tests/qdiscs/cake.json | 82 ++---
.../tc-testing/tc-tests/qdiscs/cbs.json | 38 +--
.../tc-testing/tc-tests/qdiscs/choke.json | 30 +-
.../tc-testing/tc-tests/qdiscs/codel.json | 34 +--
.../tc-testing/tc-tests/qdiscs/drr.json | 10 +-
.../tc-testing/tc-tests/qdiscs/etf.json | 18 +-
.../tc-testing/tc-tests/qdiscs/ets.json | 284 ++++++++++--------
.../tc-testing/tc-tests/qdiscs/fifo.json | 98 +++---
.../tc-testing/tc-tests/qdiscs/fq.json | 68 +----
.../tc-testing/tc-tests/qdiscs/fq_codel.json | 54 +---
.../tc-testing/tc-tests/qdiscs/fq_pie.json | 5 +-
.../tc-testing/tc-tests/qdiscs/gred.json | 28 +-
.../tc-testing/tc-tests/qdiscs/hfsc.json | 26 +-
.../tc-testing/tc-tests/qdiscs/hhf.json | 36 +--
.../tc-testing/tc-tests/qdiscs/htb.json | 46 +--
.../tc-testing/tc-tests/qdiscs/ingress.json | 36 ++-
.../tc-testing/tc-tests/qdiscs/netem.json | 62 +---
.../tc-tests/qdiscs/pfifo_fast.json | 18 +-
.../tc-testing/tc-tests/qdiscs/plug.json | 30 +-
.../tc-testing/tc-tests/qdiscs/prio.json | 85 +++---
.../tc-testing/tc-tests/qdiscs/qfq.json | 39 +--
.../tc-testing/tc-tests/qdiscs/red.json | 34 +--
.../tc-testing/tc-tests/qdiscs/sfb.json | 48 +--
.../tc-testing/tc-tests/qdiscs/sfq.json | 40 +--
.../tc-testing/tc-tests/qdiscs/skbprio.json | 16 +-
.../tc-testing/tc-tests/qdiscs/tbf.json | 36 +--
.../tc-testing/tc-tests/qdiscs/teql.json | 14 +-
tools/testing/selftests/tc-testing/tdc.py | 118 +++++---
37 files changed, 1001 insertions(+), 1198 deletions(-)
--
2.39.2
Powered by blists - more mailing lists