X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_bpf%2Fbpf_pkt.c;h=6e8248f0d6e4dea9e2f4b6c43d2ad6c8de5bc0ba;hb=b14d192ca1fc7575f415f363990c202cece84e28;hp=ab9daa528ac08d06c8c649b0ecdda3fb273eeb3f;hpb=a93ff62a8938fd74711a6a96044d2dde78ce799b;p=dpdk.git diff --git a/lib/librte_bpf/bpf_pkt.c b/lib/librte_bpf/bpf_pkt.c index ab9daa528a..6e8248f0d6 100644 --- a/lib/librte_bpf/bpf_pkt.c +++ b/lib/librte_bpf/bpf_pkt.c @@ -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)