mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
tc-testing: add ETS scheduler to tdc build configuration
add CONFIG_NET_SCH_ETS to 'config', otherwise test suites using this file
to perform a full tdc run will encounter the following warning:
ok 645 e90e - Add ETS qdisc using bands # skipped - "-----> teardown stage" did not complete successfully
Fixes: 82c664b69c
("selftests: qdiscs: Add test coverage for ETS Qdisc")
Reported-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
611d779af7
commit
9d0e0cd9a5
@ -57,3 +57,4 @@ CONFIG_NET_IFE_SKBMARK=m
|
|||||||
CONFIG_NET_IFE_SKBPRIO=m
|
CONFIG_NET_IFE_SKBPRIO=m
|
||||||
CONFIG_NET_IFE_SKBTCINDEX=m
|
CONFIG_NET_IFE_SKBTCINDEX=m
|
||||||
CONFIG_NET_SCH_FIFO=y
|
CONFIG_NET_SCH_FIFO=y
|
||||||
|
CONFIG_NET_SCH_ETS=m
|
||||||
|
Loading…
Reference in New Issue
Block a user