b901d92836
To fill the gap with linux kernel eBPF implementation, add support for two non-generic instructions: (BPF_ABS | <size> | BPF_LD) and (BPF_IND | <size> | BPF_LD) which are used to access packet data. These instructions can only be used when BPF context is a pointer to 'struct rte_mbuf' (i.e: RTE_BPF_ARG_PTR_MBUF type). Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com> |
||
---|---|---|
.. | ||
bpf_def.h | ||
bpf_exec.c | ||
bpf_impl.h | ||
bpf_jit_arm64.c | ||
bpf_jit_x86.c | ||
bpf_load_elf.c | ||
bpf_load.c | ||
bpf_pkt.c | ||
bpf_validate.c | ||
bpf.c | ||
Makefile | ||
meson.build | ||
rte_bpf_ethdev.h | ||
rte_bpf_version.map | ||
rte_bpf.h |