mbox series

[net,v3,0/3] selftests: drv-net: replace the rpath helper with Path objects

Message ID 20250327222315.1098596-1-kuba@kernel.org (mailing list archive)
Headers show
Series selftests: drv-net: replace the rpath helper with Path objects | expand

Message

Jakub Kicinski March 27, 2025, 10:23 p.m. UTC
Trying to change the env.rpath() helper during the development
cycle was causing a lot of conflicts between net and net-next.
Let's get it converted now that the trees are converged.

v2: https://lore.kernel.org/20250306171158.1836674-1-kuba@kernel.org

Jakub Kicinski (3):
  selftests: drv-net: replace the rpath helper with Path objects
  selftests: net: use the dummy bpf from net/lib
  selftests: net: use Path helpers in ping

 .../selftests/drivers/net/hw/xdp_dummy.bpf.c  | 13 ------------
 tools/testing/selftests/net/xdp_dummy.bpf.c   | 13 ------------
 tools/testing/selftests/drivers/net/hds.py    |  2 +-
 .../testing/selftests/drivers/net/hw/csum.py  |  2 +-
 tools/testing/selftests/drivers/net/hw/irq.py |  2 +-
 .../selftests/drivers/net/lib/py/env.py       | 21 +++++++------------
 tools/testing/selftests/drivers/net/ping.py   | 15 +++++--------
 tools/testing/selftests/drivers/net/queues.py |  4 ++--
 tools/testing/selftests/net/udpgro_bench.sh   |  2 +-
 tools/testing/selftests/net/udpgro_frglist.sh |  2 +-
 tools/testing/selftests/net/udpgro_fwd.sh     |  2 +-
 tools/testing/selftests/net/veth.sh           |  2 +-
 12 files changed, 22 insertions(+), 58 deletions(-)
 delete mode 100644 tools/testing/selftests/drivers/net/hw/xdp_dummy.bpf.c
 delete mode 100644 tools/testing/selftests/net/xdp_dummy.bpf.c

Comments

patchwork-bot+netdevbpf@kernel.org April 1, 2025, 12:10 a.m. UTC | #1
Hello:

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

On Thu, 27 Mar 2025 15:23:12 -0700 you wrote:
> Trying to change the env.rpath() helper during the development
> cycle was causing a lot of conflicts between net and net-next.
> Let's get it converted now that the trees are converged.
> 
> v2: https://lore.kernel.org/20250306171158.1836674-1-kuba@kernel.org
> 
> Jakub Kicinski (3):
>   selftests: drv-net: replace the rpath helper with Path objects
>   selftests: net: use the dummy bpf from net/lib
>   selftests: net: use Path helpers in ping
> 
> [...]

Here is the summary with links:
  - [net,v3,1/3] selftests: drv-net: replace the rpath helper with Path objects
    https://git.kernel.org/netdev/net/c/e514d77334a6
  - [net,v3,2/3] selftests: net: use the dummy bpf from net/lib
    (no matching commit)
  - [net,v3,3/3] selftests: net: use Path helpers in ping
    https://git.kernel.org/netdev/net/c/88dec030dfcd

You are awesome, thank you!