Imported Upstream version 16.04
[deb_dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_ctrlmbuf_init;
5         rte_get_rx_ol_flag_name;
6         rte_get_tx_ol_flag_name;
7         rte_mbuf_sanity_check;
8         rte_pktmbuf_dump;
9         rte_pktmbuf_init;
10         rte_pktmbuf_pool_init;
11
12         local: *;
13 };
14
15 DPDK_2.1 {
16         global:
17
18         rte_pktmbuf_pool_create;
19
20 } DPDK_2.0;