mbox series

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

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

Message

Pedro Tammela Nov. 17, 2023, 5:12 p.m. UTC
Address the issues making tdc timeout on downstream CIs like lkp and
tuxsuite.

Pedro Tammela (6):
  selftests: tc-testing: cap parallel tdc to 4 cores
  selftests: tc-testing: move back to per test ns setup
  selftests: tc-testing: use netns delete from pyroute2
  selftests: tc-testing: leverage -all in suite ns teardown
  selftests: tc-testing: timeout on unbounded loops
  selftests: tc-testing: report number of workers in use

 .../tc-testing/plugin-lib/nsPlugin.py         | 98 +++++++++----------
 tools/testing/selftests/tc-testing/tdc.py     |  3 +-
 2 files changed, 51 insertions(+), 50 deletions(-)

Comments

Jamal Hadi Salim Nov. 17, 2023, 8:47 p.m. UTC | #1
On Fri, Nov 17, 2023 at 12:12 PM Pedro Tammela <pctammela@mojatatu.com> wrote:
>
> Address the issues making tdc timeout on downstream CIs like lkp and
> tuxsuite.
>
> Pedro Tammela (6):
>   selftests: tc-testing: cap parallel tdc to 4 cores
>   selftests: tc-testing: move back to per test ns setup
>   selftests: tc-testing: use netns delete from pyroute2
>   selftests: tc-testing: leverage -all in suite ns teardown
>   selftests: tc-testing: timeout on unbounded loops
>   selftests: tc-testing: report number of workers in use
>
>  .../tc-testing/plugin-lib/nsPlugin.py         | 98 +++++++++----------
>  tools/testing/selftests/tc-testing/tdc.py     |  3 +-
>  2 files changed, 51 insertions(+), 50 deletions(-)

For the series:
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>

cheers,
jamal
> --
> 2.40.1
>
Jakub Kicinski Nov. 21, 2023, 2:07 a.m. UTC | #2
On Fri, 17 Nov 2023 14:12:02 -0300 Pedro Tammela wrote:
> Address the issues making tdc timeout on downstream CIs like lkp and
> tuxsuite.

Please do CC linux-kselftest@vger.kernel.org in the future.
Perhaps someone wants to read all selftests coming into the kernel.
patchwork-bot+netdevbpf@kernel.org Nov. 21, 2023, 2:10 a.m. UTC | #3
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 17 Nov 2023 14:12:02 -0300 you wrote:
> Address the issues making tdc timeout on downstream CIs like lkp and
> tuxsuite.
> 
> Pedro Tammela (6):
>   selftests: tc-testing: cap parallel tdc to 4 cores
>   selftests: tc-testing: move back to per test ns setup
>   selftests: tc-testing: use netns delete from pyroute2
>   selftests: tc-testing: leverage -all in suite ns teardown
>   selftests: tc-testing: timeout on unbounded loops
>   selftests: tc-testing: report number of workers in use
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] selftests: tc-testing: cap parallel tdc to 4 cores
    https://git.kernel.org/netdev/net-next/c/025de7b6a6dd
  - [net-next,2/6] selftests: tc-testing: move back to per test ns setup
    https://git.kernel.org/netdev/net-next/c/50a5988a7a54
  - [net-next,3/6] selftests: tc-testing: use netns delete from pyroute2
    https://git.kernel.org/netdev/net-next/c/3d5026fc5adb
  - [net-next,4/6] selftests: tc-testing: leverage -all in suite ns teardown
    https://git.kernel.org/netdev/net-next/c/3f2d94a4ff48
  - [net-next,5/6] selftests: tc-testing: timeout on unbounded loops
    https://git.kernel.org/netdev/net-next/c/4b480cfb1066
  - [net-next,6/6] selftests: tc-testing: report number of workers in use
    https://git.kernel.org/netdev/net-next/c/4968afa0143d

You are awesome, thank you!