X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2Frte_mbuf_version.map;fp=lib%2Flibrte_mbuf%2Frte_mbuf_version.map;h=c4be3df526235bc507dd5b22bfce0480502de47b;hb=9d41beed24b01666913de301a9462b7b0d379a51;hp=0000000000000000000000000000000000000000;hpb=166a743c53fa6cde255c5e0e3bb34d4a7c54d0bf;p=dpdk.git diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map new file mode 100644 index 0000000000..c4be3df526 --- /dev/null +++ b/lib/librte_mbuf/rte_mbuf_version.map @@ -0,0 +1,13 @@ +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: *; +};