Thread (29 messages) 29 messages, 5 authors, 2019-11-16

Re: [PATCH v4 bpf-next 15/20] bpf: Annotate context types

From: Song Liu <hidden>
Date: 2019-11-14 23:24:28
Also in: bpf

On Nov 14, 2019, at 10:57 AM, Alexei Starovoitov [off-list ref] wrote:

Annotate BPF program context types with program-side type and kernel-side type.
This type information is used by the verifier. btf_get_prog_ctx_type() is
used in the later patches to verify that BTF type of ctx in BPF program matches to
kernel expected ctx type. For example, the XDP program type is:
BPF_PROG_TYPE(BPF_PROG_TYPE_XDP, xdp, struct xdp_md, struct xdp_buff)
That means that XDP program should be written as:
int xdp_prog(struct xdp_md *ctx) { ... }

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help