mbox series

[net-next,0/4] selftests: tc-testing: updates to tdc

Message ID 20231114160442.1023815-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series selftests: tc-testing: updates to tdc | expand

Message

Pedro Tammela Nov. 14, 2023, 4:04 p.m. UTC
- 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

 .../tc-testing/plugin-lib/nsPlugin.py         | 112 +++++++++---------
 tools/testing/selftests/tc-testing/tdc.sh     |  69 ++++++++++-
 2 files changed, 124 insertions(+), 57 deletions(-)

Comments

Jamal Hadi Salim Nov. 15, 2023, 4:39 p.m. UTC | #1
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
>
patchwork-bot+netdevbpf@kernel.org Nov. 16, 2023, 10:40 p.m. UTC | #2
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!