diff options
author | Zhengchao Shao <shaozhengchao@huawei.com> | 2022-09-24 04:51:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-28 09:32:54 +0200 |
commit | 9e274718cc050874761ad4314d43cd82e7556128 (patch) | |
tree | a6cbccb4d0270c80c5d6e4be322cce7c27a31d15 /tools/testing/selftests/tc-testing/config | |
parent | selftests/tc-testing: add selftests for etf qdisc (diff) | |
download | linux-9e274718cc050874761ad4314d43cd82e7556128.tar.xz linux-9e274718cc050874761ad4314d43cd82e7556128.zip |
selftests/tc-testing: add selftests for fq qdisc
Test 983b: Create FQ with default setting
Test 38a1: Create FQ with limit packet setting
Test 0a18: Create FQ with flow_limit setting
Test 2390: Create FQ with quantum setting
Test 845b: Create FQ with initial_quantum setting
Test 9398: Create FQ with maxrate setting
Test 342c: Create FQ with nopacing setting
Test 6391: Create FQ with refill_delay setting
Test 238b: Create FQ with low_rate_threshold setting
Test 7582: Create FQ with orphan_mask setting
Test 4894: Create FQ with timer_slack setting
Test 324c: Create FQ with ce_threshold setting
Test 424a: Create FQ with horizon time setting
Test 89e1: Create FQ with horizon_cap setting
Test 32e1: Delete FQ with valid handle
Test 49b0: Replace FQ with limit setting
Test 9478: Change FQ with limit setting
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 058ef0bf9dad..eea77f9d6ba1 100644 --- a/tools/testing/selftests/tc-testing/config +++ b/tools/testing/selftests/tc-testing/config @@ -16,6 +16,7 @@ CONFIG_NET_SCH_ATM=m CONFIG_NET_SCH_CHOKE=m CONFIG_NET_SCH_CODEL=m CONFIG_NET_SCH_ETF=m +CONFIG_NET_SCH_FQ=m CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_INGRESS=m |