mbox series

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

Message ID 20231129222424.910148-1-pctammela@mojatatu.com
Headers show
Series selftests: tc-testing: more tdc updates | expand

Message

Pedro Tammela Nov. 29, 2023, 10:24 p.m. UTC
Follow-up on a feedback from Jakub and random cleanups from related
net/sched patches

Pedro Tammela (4):
  selftests: tc-testing: remove spurious nsPlugin usage
  selftests: tc-testing: remove spurious './' from Makefile
  selftests: tc-testing: rename concurrency.json to flower.json
  selftests: tc-testing: remove filters/tests.json

 tools/testing/selftests/tc-testing/Makefile   |   2 +-
 .../filters/{concurrency.json => flower.json} |  98 +++++++++++++
 .../tc-testing/tc-tests/filters/matchall.json |  23 ++++
 .../tc-testing/tc-tests/filters/tests.json    | 129 ------------------
 4 files changed, 122 insertions(+), 130 deletions(-)
 rename tools/testing/selftests/tc-testing/tc-tests/filters/{concurrency.json => flower.json} (65%)
 delete mode 100644 tools/testing/selftests/tc-testing/tc-tests/filters/tests.json

Comments

Jamal Hadi Salim Nov. 29, 2023, 11:47 p.m. UTC | #1
On Wed, Nov 29, 2023 at 5:24 PM Pedro Tammela <pctammela@mojatatu.com> wrote:
>
> Follow-up on a feedback from Jakub and random cleanups from related
> net/sched patches
>
> Pedro Tammela (4):
>   selftests: tc-testing: remove spurious nsPlugin usage
>   selftests: tc-testing: remove spurious './' from Makefile
>   selftests: tc-testing: rename concurrency.json to flower.json
>   selftests: tc-testing: remove filters/tests.json
>
>  tools/testing/selftests/tc-testing/Makefile   |   2 +-
>  .../filters/{concurrency.json => flower.json} |  98 +++++++++++++
>  .../tc-testing/tc-tests/filters/matchall.json |  23 ++++
>  .../tc-testing/tc-tests/filters/tests.json    | 129 ------------------
>  4 files changed, 122 insertions(+), 130 deletions(-)
>  rename tools/testing/selftests/tc-testing/tc-tests/filters/{concurrency.json => flower.json} (65%)
>  delete mode 100644 tools/testing/selftests/tc-testing/tc-tests/filters/tests.json
>

For the patchset:

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

cheers,
jamal
> --
> 2.40.1
>
Jakub Kicinski Dec. 1, 2023, 7:22 a.m. UTC | #2
On Wed, 29 Nov 2023 19:24:22 -0300 Pedro Tammela wrote:
> Patchwork CI didn't like the extra './', so remove it.

Thanks!
patchwork-bot+netdevbpf@kernel.org Dec. 1, 2023, 7:30 a.m. UTC | #3
Hello:

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

On Wed, 29 Nov 2023 19:24:20 -0300 you wrote:
> Follow-up on a feedback from Jakub and random cleanups from related
> net/sched patches
> 
> Pedro Tammela (4):
>   selftests: tc-testing: remove spurious nsPlugin usage
>   selftests: tc-testing: remove spurious './' from Makefile
>   selftests: tc-testing: rename concurrency.json to flower.json
>   selftests: tc-testing: remove filters/tests.json
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] selftests: tc-testing: remove spurious nsPlugin usage
    https://git.kernel.org/netdev/net-next/c/f7580f00cc6e
  - [net-next,2/4] selftests: tc-testing: remove spurious './' from Makefile
    https://git.kernel.org/netdev/net-next/c/74f7e7eeb1d2
  - [net-next,3/4] selftests: tc-testing: rename concurrency.json to flower.json
    https://git.kernel.org/netdev/net-next/c/7de8b2efafeb
  - [net-next,4/4] selftests: tc-testing: remove filters/tests.json
    https://git.kernel.org/netdev/net-next/c/0fbb5a54f941

You are awesome, thank you!