Hello:
This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Thu, 14 Dec 2023 15:49:01 -0700 you wrote:
This patchset adds two kfunc helpers, bpf_xdp_get_xfrm_state() and bpf_xdp_xfrm_state_release() that wrap xfrm_state_lookup() and xfrm_state_put(). The intent is to support software RSS (via XDP) for the ongoing/upcoming ipsec pcpu work [0]. Recent experiments performed on (hopefully) reproducible AWS testbeds indicate that single tunnel pcpu ipsec can reach line rate on 100G ENA nics.
[...]
Here is the summary with links: - [bpf-next,v6,1/5] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc https://git.kernel.org/bpf/bpf-next/c/8f0ec8c68175 - [bpf-next,v6,2/5] bpf: selftests: test_tunnel: Setup fresh topology for each subtest https://git.kernel.org/bpf/bpf-next/c/77a7a8220f0d - [bpf-next,v6,3/5] bpf: selftests: test_tunnel: Use vmlinux.h declarations https://git.kernel.org/bpf/bpf-next/c/02b4e126e6a5 - [bpf-next,v6,4/5] bpf: selftests: Move xfrm tunnel test to test_progs https://git.kernel.org/bpf/bpf-next/c/e7adc8291a9e - [bpf-next,v6,5/5] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state() https://git.kernel.org/bpf/bpf-next/c/2cd07b0eb08c
You are awesome, thank you!