bpf: add ability to load eBPF program from ELF object file
[dpdk.git] / lib / librte_bpf / rte_bpf_version.map
index ea1d621..ff65144 100644 (file)
@@ -2,6 +2,7 @@ EXPERIMENTAL {
        global:
 
        rte_bpf_destroy;
+       rte_bpf_elf_load;
        rte_bpf_exec;
        rte_bpf_exec_burst;
        rte_bpf_get_jit;