Hello:
This series was applied to netdev/net-next.git (main) by Paolo Abeni pabeni@redhat.com:
On Sat, 27 Sep 2025 15:54:12 -0700 you wrote:
Add a basic test suite for drivers that support PSP. Also, add a PSP implementation in the netdevsim driver.
The netdevsim implementation does encapsulation and decapsulation of PSP packets, but no crypto.
The tests cover the basic usage of the uapi, and demonstrate key exchange and connection setup. The tests and netdevsim support IPv4 and IPv6. Here is an example run on a system with a CX7 NIC.
[...]
Here is the summary with links: - [net-next,v3,1/8] netdevsim: a basic test PSP implementation https://git.kernel.org/netdev/net-next/c/f857478d6206 - [net-next,v3,2/8] selftests: drv-net: base device access API test https://git.kernel.org/netdev/net-next/c/8a5f956a9fb7 - [net-next,v3,3/8] selftests: drv-net: add PSP responder (no matching commit) - [net-next,v3,4/8] selftests: drv-net: psp: add basic data transfer and key rotation tests https://git.kernel.org/netdev/net-next/c/8f90dc6e417a - [net-next,v3,5/8] selftests: drv-net: psp: add association tests https://git.kernel.org/netdev/net-next/c/81b89085319b - [net-next,v3,6/8] selftests: drv-net: psp: add connection breaking tests https://git.kernel.org/netdev/net-next/c/2748087cf12d - [net-next,v3,7/8] selftests: drv-net: psp: add test for auto-adjusting TCP MSS https://git.kernel.org/netdev/net-next/c/81236c74dba6 - [net-next,v3,8/8] selftests: drv-net: psp: add tests for destroying devices https://git.kernel.org/netdev/net-next/c/b3820e0e6c12
You are awesome, thank you!