Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 10 Jul 2025 11:43:46 -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,1/5] selftests: drv-net: Add bpftool util https://git.kernel.org/netdev/net-next/c/a339dd699a7a - [net-next,2/5] selftests: drv-net: Test XDP_PASS/DROP support (no matching commit) - [net-next,3/5] selftests: drv-net: Test XDP_TX support (no matching commit) - [net-next,4/5] selftests: drv-net: Test tail-adjustment support (no matching commit) - [net-next,5/5] selftests: drv-net: Test head-adjustment support (no matching commit)
You are awesome, thank you!