projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ebf179
)
selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module
author
Davide Caratti
<dcaratti@redhat.com>
Thu, 26 Nov 2020 18:47:47 +0000
(19:47 +0100)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 28 Nov 2020 21:18:34 +0000
(13:18 -0800)
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>
tools/testing/selftests/tc-testing/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/tc-testing/config
b/tools/testing/selftests/tc-testing/config
index c33a7aac27ff78a45c1fe43823ef96df185cfecf..b71828df5a6ddbae7e1861722ac4f9f9651ec6a4 100644
(file)
--- 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