mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
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>
This commit is contained in:
parent
96f3896780
commit
a8c9505c53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user