> Both `bpf_def.h` header file and the symbols it defined were not
> previously prefixed with `rte_`, creating an opportunity for name
> conflicts. Status of the file itself (private or public) was unclear.
> 
> Move public symbols after adding the necessary prefix (`rte_ebpf_insn`
> and `RTE_BPF_FUNC_MAX_ARGS`) into the public header file `rte_bpf.h`,
> and make the rest private.
> 
> Signed-off-by: Marat Khalili <[email protected]>
> ---

Acked-by: Konstantin Ananyev <[email protected]>
As it is a public API change - It is probably worth a line or two in official 
RN for 26.11

> --
> 2.43.0

Reply via email to