Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 8 Apr 2024 20:15:45 -0700 you wrote:
The test_offload.py test fits in networking and bpf equally well. We started adding more Python tests in networking and some of the code in test_offload.py can be reused, so move it to networking. Looks like it bit rotted over time and some fixes are needed.
Admittedly more code could be extracted but I only had the time for a minor cleanup :(
[...]
Here is the summary with links: - [net-next,1/4] selftests: move bpf-offload test from bpf to net https://git.kernel.org/netdev/net-next/c/e59f0e93e92e - [net-next,2/4] selftests: net: bpf_offload: wait for maps https://git.kernel.org/netdev/net-next/c/fc50c698c28b - [net-next,3/4] selftests: net: declare section names for bpf_offload https://git.kernel.org/netdev/net-next/c/b1c2ce11d428 - [net-next,4/4] selftests: net: reuse common code in bpf_offload https://git.kernel.org/netdev/net-next/c/6ce2b689932b
You are awesome, thank you!