]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ip_frag/rte_ip_frag_common.c
net/octeontx: support fast mbuf free
[dpdk.git] / lib / librte_ip_frag / rte_ip_frag_common.c
index a23f6f24f2dab9e65cf8719b9ee5dbaf2f985e6f..6b29e9d7ed26b28288331137b30305a0e850dcad 100644 (file)
@@ -123,7 +123,7 @@ rte_ip_frag_table_statistics_dump(FILE *f, const struct rte_ip_frag_tbl *tbl)
 }
 
 /* Delete expired fragments */
-void __rte_experimental
+void
 rte_frag_table_del_expired_entries(struct rte_ip_frag_tbl *tbl,
        struct rte_ip_frag_death_row *dr, uint64_t tms)
 {