remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_mbuf / rte_mbuf.c
index 21f6f74..37718d4 100644 (file)
@@ -177,7 +177,6 @@ rte_mbuf_sanity_check(const struct rte_mbuf *m, int is_header)
                rte_panic("%s\n", reason);
 }
 
-__rte_experimental
 int rte_mbuf_check(const struct rte_mbuf *m, int is_header,
                   const char **reason)
 {