Message ID | 20220629203637.138944-1-quentin@isovalent.com (mailing list archive) |
---|---|
Headers | show |
Series | bpftool: Add command to list BPF types, helpers | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Wed, 29 Jun 2022 21:36:35 +0100 you wrote: > Now that bpftool relies on libbpf to get a "standard" textual > representation for program, map, link, and attach types, we can make it > list all these types (plus BPF helpers) that it knows from compilation > time. > > The first use case for this feature is to help with bash completion. It > also provides a simple way for scripts to iterate over existing BPF types, > using the canonical names known to libbpf. > > [...] Here is the summary with links: - [bpf-next,v2,1/2] bpftool: Add feature list (prog/map/link/attach types, helpers) https://git.kernel.org/bpf/bpf-next/c/27b3f7055343 - [bpf-next,v2,2/2] bpftool: Use feature list in bash completion https://git.kernel.org/bpf/bpf-next/c/6d304871e3ef You are awesome, thank you!