mbox series

[net-next,v2,0/6] selftests: net: exercise page pool reporting via netlink

Message ID 20240412141436.828666-1-kuba@kernel.org
Headers show
Series selftests: net: exercise page pool reporting via netlink | expand

Message

Jakub Kicinski April 12, 2024, 2:14 p.m. UTC
Add a basic test for page pool netlink reporting.

v2:
 - pass args as *args (patch 3)
 - improve the test and add busy wait helper (patch 6)
v1: https://lore.kernel.org/all/20240411012815.174400-1-kuba@kernel.org/

Jakub Kicinski (6):
  net: netdevsim: add some fake page pool use
  tools: ynl: don't return None for dumps
  selftests: net: print report check location in python tests
  selftests: net: print full exception on failure
  selftests: net: support use of NetdevSimDev under "with" in python
  selftests: net: exercise page pool reporting via netlink

 drivers/net/netdevsim/netdev.c             | 93 ++++++++++++++++++++++
 drivers/net/netdevsim/netdevsim.h          |  4 +
 tools/net/ynl/lib/ynl.py                   |  4 +-
 tools/testing/selftests/net/lib/py/ksft.py | 41 +++++++---
 tools/testing/selftests/net/lib/py/nsim.py | 16 +++-
 tools/testing/selftests/net/nl_netdev.py   | 76 +++++++++++++++++-
 6 files changed, 218 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 15, 2024, 6:40 p.m. UTC | #1
Hello:

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

On Fri, 12 Apr 2024 07:14:30 -0700 you wrote:
> Add a basic test for page pool netlink reporting.
> 
> v2:
>  - pass args as *args (patch 3)
>  - improve the test and add busy wait helper (patch 6)
> v1: https://lore.kernel.org/all/20240411012815.174400-1-kuba@kernel.org/
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/6] net: netdevsim: add some fake page pool use
    https://git.kernel.org/netdev/net-next/c/1580cbcbfe77
  - [net-next,v2,2/6] tools: ynl: don't return None for dumps
    https://git.kernel.org/netdev/net-next/c/72ba6cba0a6e
  - [net-next,v2,3/6] selftests: net: print report check location in python tests
    https://git.kernel.org/netdev/net-next/c/eeb409bde964
  - [net-next,v2,4/6] selftests: net: print full exception on failure
    https://git.kernel.org/netdev/net-next/c/99583b970b90
  - [net-next,v2,5/6] selftests: net: support use of NetdevSimDev under "with" in python
    https://git.kernel.org/netdev/net-next/c/8554d6e39b6a
  - [net-next,v2,6/6] selftests: net: exercise page pool reporting via netlink
    https://git.kernel.org/netdev/net-next/c/05fa5c31b988

You are awesome, thank you!