mbuf: promote check helper to stable
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 4 Oct 2021 19:33:00 +0000 (12:33 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 5 Oct 2021 09:04:03 +0000 (11:04 +0200)
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>
lib/mbuf/rte_mbuf.h
lib/mbuf/version.map

index bcee5aa..9bdca00 100644 (file)
@@ -512,7 +512,6 @@ rte_mbuf_sanity_check(const struct rte_mbuf *m, int is_header);
  *   - -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);
 
index b63e28a..2745c2b 100644 (file)
@@ -16,6 +16,7 @@ DPDK_22 {
        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;
@@ -45,7 +46,6 @@ DPDK_22 {
 EXPERIMENTAL {
        global:
 
-       rte_mbuf_check;
        rte_pktmbuf_pool_create_extbuf;
 
 };