aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_mbuf/rte_mbuf_version.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_mbuf/rte_mbuf_version.map')
-rw-r--r--lib/librte_mbuf/rte_mbuf_version.map20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map
new file mode 100644
index 00000000..e10f6bdc
--- /dev/null
+++ b/lib/librte_mbuf/rte_mbuf_version.map
@@ -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;