Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sat, 19 Jul 2025 01:30:54 -0700 you wrote:
This patch series add tests to validate XDP native support for PASS, DROP, ABORT, and TX actions, as well as headroom and tailroom adjustment. For adjustment tests, validate support for both the extension and shrinking cases across various packet sizes and offset values.
The pass criteria for head/tail adjustment tests require that at-least one adjustment value works for at-least one packet size. This ensure that the variability in maximum supported head/tail adjustment offset across different drivers is being incorporated.
[...]
Here is the summary with links: - [net-next,V6,1/5] net: netdevsim: hook in XDP handling https://git.kernel.org/netdev/net-next/c/be09f0d1acce - [net-next,V6,2/5] selftests: drv-net: Test XDP_PASS/DROP support https://git.kernel.org/netdev/net-next/c/1cbcb1b28b26 - [net-next,V6,3/5] selftests: drv-net: Test XDP_TX support https://git.kernel.org/netdev/net-next/c/6713945726ce - [net-next,V6,4/5] selftests: drv-net: Test tail-adjustment support https://git.kernel.org/netdev/net-next/c/0b65cfcef9c5 - [net-next,V6,5/5] selftests: drv-net: Test head-adjustment support https://git.kernel.org/netdev/net-next/c/d6444ebc97dc
You are awesome, thank you!