bpf: add BPF loading and execution framework
[dpdk.git] / lib / librte_bpf / rte_bpf_version.map
1 EXPERIMENTAL {
2         global:
3
4         rte_bpf_destroy;
5         rte_bpf_exec;
6         rte_bpf_exec_burst;
7         rte_bpf_get_jit;
8         rte_bpf_load;
9
10         local: *;
11 };