mbuf: introduce a new helper to create a pool
[dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
index c4be3df..7ae2244 100644 (file)
@@ -11,3 +11,11 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_pktmbuf_pool_create;
+
+       local: *;
+} DPDK_2.0;