Skip to content

Commit 9d0e0cd

Browse files
dcarattidavem330
authored andcommitted
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: 82c664b ("selftests: qdiscs: Add test coverage for ETS Qdisc") Reported-by: Jamal Hadi Salim <[email protected]> Signed-off-by: Davide Caratti <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 611d779 commit 9d0e0cd

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/tc-testing

1 file changed

+1
-0
lines changed

tools/testing/selftests/tc-testing/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ CONFIG_NET_IFE_SKBMARK=m
5757
CONFIG_NET_IFE_SKBPRIO=m
5858
CONFIG_NET_IFE_SKBTCINDEX=m
5959
CONFIG_NET_SCH_FIFO=y
60+
CONFIG_NET_SCH_ETS=m

0 commit comments

Comments
 (0)