Re: [PATCH net-next] selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module

2020-11-28 Thread Jakub Kicinski
On Thu, 26 Nov 2020 19:47:47 +0100 Davide Caratti wrote: > 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

[PATCH net-next] selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module

2020-11-26 Thread Davide Caratti
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 --- tools/testing/selftests/t