]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
tc-testing: add ETS scheduler to tdc build configuration
authorDavide Caratti <dcaratti@redhat.com>
Thu, 12 Mar 2020 16:51:45 +0000 (17:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 22:46:38 +0000 (15:46 -0700)
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: 82c664b69c8b ("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>
tools/testing/selftests/tc-testing/config

index 477bc61b374a5e4e4cdfb31f1b750d512e7c84f0..c03af46002818234020d58a55bf9a7ac116acfd1 100644 (file)
@@ -57,3 +57,4 @@ CONFIG_NET_IFE_SKBMARK=m
 CONFIG_NET_IFE_SKBPRIO=m
 CONFIG_NET_IFE_SKBTCINDEX=m
 CONFIG_NET_SCH_FIFO=y
+CONFIG_NET_SCH_ETS=m