remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_bpf / bpf_pkt.c
index ab9daa5..6e8248f 100644 (file)
@@ -480,7 +480,7 @@ bpf_eth_unload(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue)
 }
 
 
-__rte_experimental void
+void
 rte_bpf_eth_rx_unload(uint16_t port, uint16_t queue)
 {
        struct bpf_eth_cbh *cbh;
@@ -491,7 +491,7 @@ rte_bpf_eth_rx_unload(uint16_t port, uint16_t queue)
        rte_spinlock_unlock(&cbh->lock);
 }
 
-__rte_experimental void
+void
 rte_bpf_eth_tx_unload(uint16_t port, uint16_t queue)
 {
        struct bpf_eth_cbh *cbh;
@@ -572,7 +572,7 @@ bpf_eth_elf_load(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue,
        return rc;
 }
 
-__rte_experimental int
+int
 rte_bpf_eth_rx_elf_load(uint16_t port, uint16_t queue,
        const struct rte_bpf_prm *prm, const char *fname, const char *sname,
        uint32_t flags)
@@ -588,7 +588,7 @@ rte_bpf_eth_rx_elf_load(uint16_t port, uint16_t queue,
        return rc;
 }
 
-__rte_experimental int
+int
 rte_bpf_eth_tx_elf_load(uint16_t port, uint16_t queue,
        const struct rte_bpf_prm *prm, const char *fname, const char *sname,
        uint32_t flags)