diff options
author | Zhengchao Shao <shaozhengchao@huawei.com> | 2022-09-24 05:51:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-28 10:32:55 +0300 |
commit | 0158f65bfbdddae1ca72d7be548051fce6b42719 (patch) | |
tree | 294635c1cdf24d0e10c3125420588a37851ef8f3 /tools/testing/selftests/tc-testing/config | |
parent | 6ad92dc56fca398ae0461fcfcb9f2a3370cf26ac (diff) | |
download | linux-0158f65bfbdddae1ca72d7be548051fce6b42719.tar.xz |
selftests/tc-testing: add selftests for sfq qdisc
Test 7482: Create SFQ with default setting
Test c186: Create SFQ with limit setting
Test ae23: Create SFQ with perturb setting
Test a430: Create SFQ with quantum setting
Test 4539: Create SFQ with divisor setting
Test b089: Create SFQ with flows setting
Test 99a0: Create SFQ with depth setting
Test 7389: Create SFQ with headdrop setting
Test 6472: Create SFQ with redflowlimit setting
Test 8929: Show SFQ class
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/config')
-rw-r--r-- | tools/testing/selftests/tc-testing/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config index 5289c788d755..bc0ef6eb515a 100644 --- a/tools/testing/selftests/tc-testing/config +++ b/tools/testing/selftests/tc-testing/config @@ -23,6 +23,7 @@ CONFIG_NET_SCH_PLUG=m CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_INGRESS=m CONFIG_NET_SCH_SFB=m +CONFIG_NET_SCH_SFQ=m # # Classification |