Message ID | 20230719140858.13224-1-daniel@iogearbox.net (mailing list archive) |
---|---|
Headers | show |
Series | BPF link support for tc BPF programs | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Wed, 19 Jul 2023 16:08:50 +0200 you wrote: > This series adds BPF link support for tc BPF programs. We initially > presented the motivation, related work and design at last year's LPC > conference in the networking & BPF track [0], and a recent update on > our progress of the rework during this year's LSF/MM/BPF summit [1]. > The main changes are in first two patches and the last two have an > extensive batch of test cases we developed along with it, please see > individual patches for details. We tested this series with tc-testing > selftest suite as well as BPF CI/selftests. Thanks! > > [...] Here is the summary with links: - [bpf-next,v6,1/8] bpf: Add generic attach/detach/query API for multi-progs https://git.kernel.org/bpf/bpf-next/c/053c8e1f235d - [bpf-next,v6,2/8] bpf: Add fd-based tcx multi-prog infra with link support https://git.kernel.org/bpf/bpf-next/c/e420bed02507 - [bpf-next,v6,3/8] libbpf: Add opts-based attach/detach/query API for tcx https://git.kernel.org/bpf/bpf-next/c/fe20ce3a5126 - [bpf-next,v6,4/8] libbpf: Add link-based API for tcx https://git.kernel.org/bpf/bpf-next/c/55cc3768473e - [bpf-next,v6,5/8] libbpf: Add helper macro to clear opts structs https://git.kernel.org/bpf/bpf-next/c/4e9c2d9af561 - [bpf-next,v6,6/8] bpftool: Extend net dump with tcx progs https://git.kernel.org/bpf/bpf-next/c/57c61da8bff4 - [bpf-next,v6,7/8] selftests/bpf: Add mprog API tests for BPF tcx opts https://git.kernel.org/bpf/bpf-next/c/cd13c91d9290 - [bpf-next,v6,8/8] selftests/bpf: Add mprog API tests for BPF tcx links https://git.kernel.org/bpf/bpf-next/c/c6d479b3346c You are awesome, thank you!