Message ID | 20231114160442.1023815-1-pctammela@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | selftests: tc-testing: updates to tdc | expand |
On Tue, Nov 14, 2023 at 11:05 AM Pedro Tammela <pctammela@mojatatu.com> wrote: > > - Patch 1 removes an obscure feature from tdc > - Patch 2 reworks the namespace and devices setup giving a nice speed > boost > - Patch 3 preloads all tc modules when running kselftests > - Patch 4 turns on parallel testing in kselftests > > Pedro Tammela (4): > selftests: tc-testing: drop '-N' argument from nsPlugin > selftests: tc-testing: rework namespaces and devices setup > selftests: tc-testing: preload all modules in kselftests > selftests: tc-testing: use parallel tdc in kselftests > To the series: Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> cheers, jamal > .../tc-testing/plugin-lib/nsPlugin.py | 112 +++++++++--------- > tools/testing/selftests/tc-testing/tdc.sh | 69 ++++++++++- > 2 files changed, 124 insertions(+), 57 deletions(-) > > -- > 2.40.1 >
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 14 Nov 2023 13:04:38 -0300 you wrote: > - Patch 1 removes an obscure feature from tdc > - Patch 2 reworks the namespace and devices setup giving a nice speed > boost > - Patch 3 preloads all tc modules when running kselftests > - Patch 4 turns on parallel testing in kselftests > > Pedro Tammela (4): > selftests: tc-testing: drop '-N' argument from nsPlugin > selftests: tc-testing: rework namespaces and devices setup > selftests: tc-testing: preload all modules in kselftests > selftests: tc-testing: use parallel tdc in kselftests > > [...] Here is the summary with links: - [net-next,1/4] selftests: tc-testing: drop '-N' argument from nsPlugin https://git.kernel.org/netdev/net-next/c/9ffa01cab069 - [net-next,2/4] selftests: tc-testing: rework namespaces and devices setup https://git.kernel.org/netdev/net-next/c/fa63d353ddfb - [net-next,3/4] selftests: tc-testing: preload all modules in kselftests https://git.kernel.org/netdev/net-next/c/bb9623c337f5 - [net-next,4/4] selftests: tc-testing: use parallel tdc in kselftests https://git.kernel.org/netdev/net-next/c/04fd47bf70f9 You are awesome, thank you!