提交 d2648e1e 编写于 作者: Q Quentin Monnet 提交者: Alexei Starovoitov

tools: bpf: synchronise BPF UAPI header with tools

Synchronise the bpf.h header under tools, to report the addition of the
new BPF_BTF_GET_NEXT_ID syscall command for bpf().
Signed-off-by: NQuentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: NAlexei Starovoitov <ast@kernel.org>
上级 1b9ed84e
...@@ -106,6 +106,7 @@ enum bpf_cmd { ...@@ -106,6 +106,7 @@ enum bpf_cmd {
BPF_TASK_FD_QUERY, BPF_TASK_FD_QUERY,
BPF_MAP_LOOKUP_AND_DELETE_ELEM, BPF_MAP_LOOKUP_AND_DELETE_ELEM,
BPF_MAP_FREEZE, BPF_MAP_FREEZE,
BPF_BTF_GET_NEXT_ID,
}; };
enum bpf_map_type { enum bpf_map_type {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册