X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_bpf%2Fbpf_exec.c;h=1bb2266436f0565748c3558a243e63fcdf2d77ee;hb=1d51f154cd93bc8f623985032835d2218e05c893;hp=6a79139c0d07fbc7030159c985e38d71572c18be;hpb=60702e8c7cbbadd4d5e6ffe4d7f470db339b0a04;p=dpdk.git diff --git a/lib/librte_bpf/bpf_exec.c b/lib/librte_bpf/bpf_exec.c index 6a79139c0d..1bb2266436 100644 --- a/lib/librte_bpf/bpf_exec.c +++ b/lib/librte_bpf/bpf_exec.c @@ -424,7 +424,7 @@ bpf_exec(const struct rte_bpf *bpf, uint64_t reg[EBPF_REG_NUM]) return 0; } -__rte_experimental uint32_t +uint32_t rte_bpf_exec_burst(const struct rte_bpf *bpf, void *ctx[], uint64_t rc[], uint32_t num) { @@ -443,7 +443,7 @@ rte_bpf_exec_burst(const struct rte_bpf *bpf, void *ctx[], uint64_t rc[], return i; } -__rte_experimental uint64_t +uint64_t rte_bpf_exec(const struct rte_bpf *bpf, void *ctx) { uint64_t rc;