summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/tc-testing/config
diff options
context:
space:
mode:
authorLi Zhijian <zhijianx.li@intel.com>2021-12-03 10:53:22 +0800
committerDavid S. Miller <davem@davemloft.net>2021-12-03 11:46:41 +0000
commita8c9505c53c5f1f0aba572a4c70e2d91ad08434e (patch)
tree5dad1b9fd7c4bab7389762bfc06f89c1cec1ec84 /tools/testing/selftests/tc-testing/config
parent96f3896780153214040a6747974bebc1355307c0 (diff)
selftests/tc-testing: add missing config
qdiscs/fq_pie requires CONFIG_NET_SCH_FQ_PIE, otherwise tc will fail to create a fq_pie qdisc. It fixes following issue: # not ok 57 83be - Create FQ-PIE with invalid number of flows # Command exited with 2, expected 0 # Error: Specified qdisc not found. Signed-off-by: Li Zhijian <zhijianx.li@intel.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/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config
index b71828df5a6d..b1cd7efa4512 100644
--- a/tools/testing/selftests/tc-testing/config
+++ b/tools/testing/selftests/tc-testing/config
@@ -60,6 +60,7 @@ CONFIG_NET_IFE_SKBTCINDEX=m
CONFIG_NET_SCH_FIFO=y
CONFIG_NET_SCH_ETS=m
CONFIG_NET_SCH_RED=m
+CONFIG_NET_SCH_FQ_PIE=m
#
## Network testing