X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2Frte_mbuf_version.map;h=519fead35a8e194a6b95d67b4ce5d8f54b09b65c;hb=c3a90c381daa68a0ea65906ad15bc96c247ac5cd;hp=c4be3df526235bc507dd5b22bfce0480502de47b;hpb=9d41beed24b01666913de301a9462b7b0d379a51;p=dpdk.git diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map index c4be3df526..519fead35a 100644 --- a/lib/librte_mbuf/rte_mbuf_version.map +++ b/lib/librte_mbuf/rte_mbuf_version.map @@ -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; @@ -11,3 +10,54 @@ DPDK_2.0 { local: *; }; + +DPDK_2.1 { + global: + + rte_pktmbuf_pool_create; + +} DPDK_2.0; + +DPDK_16.11 { + global: + + __rte_pktmbuf_read; + rte_get_ptype_inner_l2_name; + rte_get_ptype_inner_l3_name; + rte_get_ptype_inner_l4_name; + rte_get_ptype_l2_name; + rte_get_ptype_l3_name; + rte_get_ptype_l4_name; + rte_get_ptype_name; + rte_get_ptype_tunnel_name; + rte_get_rx_ol_flag_list; + 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;