Imported Upstream version 16.04
[deb_dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map
new file mode 100644 (file)
index 0000000..e10f6bd
--- /dev/null
@@ -0,0 +1,20 @@
+DPDK_2.0 {
+       global:
+
+       rte_ctrlmbuf_init;
+       rte_get_rx_ol_flag_name;
+       rte_get_tx_ol_flag_name;
+       rte_mbuf_sanity_check;
+       rte_pktmbuf_dump;
+       rte_pktmbuf_init;
+       rte_pktmbuf_pool_init;
+
+       local: *;
+};
+
+DPDK_2.1 {
+       global:
+
+       rte_pktmbuf_pool_create;
+
+} DPDK_2.0;