This one has been in for required time period.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
  *   - -1 if a problem is detected, reason then points to a string describing
  *     the reason why the mbuf is deemed invalid.
  */
-__rte_experimental
 int rte_mbuf_check(const struct rte_mbuf *m, int is_header,
                   const char **reason);
 
 
        rte_get_tx_ol_flag_list;
        rte_get_tx_ol_flag_name;
        rte_mbuf_best_mempool_ops;
+       rte_mbuf_check;
        rte_mbuf_dyn_dump;
        rte_mbuf_dyn_rx_timestamp_register;
        rte_mbuf_dyn_tx_timestamp_register;
 EXPERIMENTAL {
        global:
 
-       rte_mbuf_check;
        rte_pktmbuf_pool_create_extbuf;
 
 };