[PATCH v4 02/11] bpf: introduce extensible load API
Thomas Monjalon
thomas at monjalon.net
Wed Jun 10 16:46:54 CEST 2026
20/05/2026 14:49, Marat Khalili:
> Introduce new BPF load parameters struct rte_bpf_prm_ex that can be
> extended without breaking backward or forward compatibility. Introduce
> new function rte_bpf_load_ex consolidating in one code path loading from
> both ELF file and raw memory image, with possibility to add more options
> in the future.
Unfortunately, compilation is failing on this patch:
lib/bpf/bpf_load.c:274:40: error: 'struct rte_bpf_jit' has no member named 'raw'
More information about the dev
mailing list