OSDN Git Service

selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module
authorDavide Caratti <dcaratti@redhat.com>
Thu, 26 Nov 2020 18:47:47 +0000 (19:47 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Nov 2020 21:18:34 +0000 (13:18 -0800)
commite14038a7ead09faa180eb072adc4a2157a0b475f
treeaae8b2d4c8a524fff0780635456a35ef3cc189eb
parent1ebf179037cb46c19da3a9c1e2ca16e7a754b75e
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>
tools/testing/selftests/tc-testing/config