Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 24 Jan 2024 22:33:19 +0100 you wrote:
This series address self-tests failures for udp gro-related tests.
The first patch addresses the main problem I observe locally - the XDP program required by such tests, xdp_dummy, is currently build in the ebpf self-tests directory, not available if/when the user targets net only. Arguably is more a refactor than a fix, but still targeting net to hopefully
[...]
Here is the summary with links: - [net,1/3] selftests: net: remove dependency on ebpf tests https://git.kernel.org/netdev/net/c/98cb12eb52a7 - [net,2/3] selftests: net: included needed helper in the install targets https://git.kernel.org/netdev/net/c/f5173fe3e13b - [net,3/3] selftests: net: explicitly wait for listener ready https://git.kernel.org/netdev/net/c/4acffb66630a
You are awesome, thank you!