Hello:
This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau martin.lau@kernel.org:
On Mon, 28 Apr 2025 17:44:01 +0200 you wrote:
In the current implementation if the program is dev-bound to a specific device, it will not be possible to perform XDP_REDIRECT into a DEVMAP or CPUMAP even if the program is running in the driver NAPI context. Fix the issue introducing __bpf_prog_map_compatible utility routine in order to avoid bpf_prog_is_dev_bound() during the XDP program load. Continue forbidding to attach a dev-bound program to XDP maps.
[...]
Here is the summary with links: - [bpf-next,v3,1/2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps https://git.kernel.org/bpf/bpf-next/c/714070c4cb7a - [bpf-next,v3,2/2] selftests/bpf: xdp_metadata: check XDP_REDIRCT support for dev-bound progs https://git.kernel.org/bpf/bpf-next/c/3678331ca781
You are awesome, thank you!