diff options
| author | Peilin Ye <peilin.ye@bytedance.com> | 2021-08-03 15:16:59 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-08-04 12:42:27 +0100 |
| commit | 625af9f0298b72f5dd23460fa01bb77d6f942dcb (patch) | |
| tree | a4df296c396ea5f94bf9cd2f4b5c2ac600eb4da9 /tools/testing/selftests/tc-testing/tdc_config.py | |
| parent | Revert "net: build all switchdev drivers as modules when the bridge is a module" (diff) | |
| download | linux-625af9f0298b72f5dd23460fa01bb77d6f942dcb.tar.gz linux-625af9f0298b72f5dd23460fa01bb77d6f942dcb.zip | |
tc-testing: Add control-plane selftests for sch_mq
Recently we added multi-queue support to netdevsim in commit d4861fc6be58
("netdevsim: Add multi-queue support"); add a few control-plane selftests
for sch_mq using this new feature.
Use nsPlugin.py to avoid network interface name collisions.
Reviewed-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Peilin Ye <peilin.ye@bytedance.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/tdc_config.py')
| -rw-r--r-- | tools/testing/selftests/tc-testing/tdc_config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/tdc_config.py b/tools/testing/selftests/tc-testing/tdc_config.py index cd4a27ee1466..ea04f04c173e 100644 --- a/tools/testing/selftests/tc-testing/tdc_config.py +++ b/tools/testing/selftests/tc-testing/tdc_config.py @@ -17,6 +17,7 @@ NAMES = { 'DEV1': 'v0p1', 'DEV2': '', 'DUMMY': 'dummy1', + 'ETH': 'eth0', 'BATCH_FILE': './batch.txt', 'BATCH_DIR': 'tmp', # Length of time in seconds to wait before terminating a command |
