mbuf: add a copy routine
[dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
index 6e2ea84..519fead 100644 (file)
@@ -1,7 +1,6 @@
 DPDK_2.0 {
        global:
 
-       rte_ctrlmbuf_init;
        rte_get_rx_ol_flag_name;
        rte_get_tx_ol_flag_name;
        rte_mbuf_sanity_check;
@@ -35,3 +34,30 @@ DPDK_16.11 {
        rte_get_tx_ol_flag_list;
 
 } DPDK_2.1;
+
+DPDK_18.08 {
+       global:
+
+       rte_mbuf_best_mempool_ops;
+       rte_mbuf_platform_mempool_ops;
+       rte_mbuf_set_platform_mempool_ops;
+       rte_mbuf_set_user_mempool_ops;
+       rte_mbuf_user_mempool_ops;
+       rte_pktmbuf_pool_create_by_ops;
+} DPDK_16.11;
+
+DPDK_19.11 {
+       global:
+
+       __rte_pktmbuf_linearize;
+       rte_pktmbuf_clone;
+
+} DPDK_18.08;
+
+EXPERIMENTAL {
+       global:
+
+       rte_mbuf_check;
+       rte_pktmbuf_copy;
+
+} DPDK_18.08;