diff options
author | Davide Caratti <dcaratti@redhat.com> | 2020-11-26 21:47:47 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-29 00:18:34 +0300 |
commit | e14038a7ead09faa180eb072adc4a2157a0b475f (patch) | |
tree | aae8b2d4c8a524fff0780635456a35ef3cc189eb /tools/testing/selftests/tc-testing | |
parent | 1ebf179037cb46c19da3a9c1e2ca16e7a754b75e (diff) | |
download | linux-e14038a7ead09faa180eb072adc4a2157a0b475f.tar.xz |
selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module
a proper kernel configuration for running kselftest can be obtained with:
$ yes | make kselftest-merge
enable compile support for the 'red' qdisc: otherwise, tdc kselftest fail
when trying to run tdc test items contained in red.json.
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Link: https://lore.kernel.org/r/cfa23f2d4f672401e6cebca3a321dd1901a9ff07.1606416464.git.dcaratti@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/tc-testing')
-rw-r--r-- | tools/testing/selftests/tc-testing/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config index c33a7aac27ff..b71828df5a6d 100644 --- a/tools/testing/selftests/tc-testing/config +++ b/tools/testing/selftests/tc-testing/config @@ -59,6 +59,7 @@ CONFIG_NET_IFE_SKBPRIO=m CONFIG_NET_IFE_SKBTCINDEX=m CONFIG_NET_SCH_FIFO=y CONFIG_NET_SCH_ETS=m +CONFIG_NET_SCH_RED=m # ## Network testing |