remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_bpf / bpf_load_elf.c
index 926317b..2b11ade 100644 (file)
@@ -294,7 +294,7 @@ bpf_load_elf(const struct rte_bpf_prm *prm, int32_t fd, const char *section)
        return bpf;
 }
 
-__rte_experimental struct rte_bpf *
+struct rte_bpf *
 rte_bpf_elf_load(const struct rte_bpf_prm *prm, const char *fname,
        const char *sname)
 {