Message ID | 20240422225024.2847039-1-vadfed@meta.com (mailing list archive) |
---|---|
Headers | show |
Series | BPF crypto API framework | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Mon, 22 Apr 2024 15:50:20 -0700 you wrote: > This series introduces crypto kfuncs to make BPF programs able to > utilize kernel crypto subsystem. Crypto operations made pluggable to > avoid extensive growth of kernel when it's not needed. Only skcipher is > added within this series, but it can be easily extended to other types > of operations. No hardware offload supported as it needs sleepable > context which is not available for TX or XDP programs. At the same time > crypto context initialization kfunc can only run in sleepable context, > that's why it should be run separately and store the result in the map. > > [...] Here is the summary with links: - [bpf-next,v10,1/4] bpf: make common crypto API for TC/XDP programs https://git.kernel.org/bpf/bpf-next/c/3e1c6f35409f - [bpf-next,v10,2/4] bpf: crypto: add skcipher to bpf crypto https://git.kernel.org/bpf/bpf-next/c/fda4f71282b2 - [bpf-next,v10,3/4] selftests: bpf: crypto skcipher algo selftests https://git.kernel.org/bpf/bpf-next/c/91541ab192fc - [bpf-next,v10,4/4] selftests: bpf: crypto: add benchmark for crypto functions https://git.kernel.org/bpf/bpf-next/c/8000e627dc98 You are awesome, thank you!