]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/rte_mbuf_version.map
mbuf: add function to read packet data
[dpdk.git] / lib / librte_mbuf / rte_mbuf_version.map
index e10f6bdc888bc60a0d6997a9d3c02fac7ea4a0b6..79e4dd87261414de35fb7ae08ca1abe6de53f7f3 100644 (file)
@@ -18,3 +18,10 @@ DPDK_2.1 {
        rte_pktmbuf_pool_create;
 
 } DPDK_2.0;
        rte_pktmbuf_pool_create;
 
 } DPDK_2.0;
+
+DPDK_16.11 {
+       global:
+
+       __rte_pktmbuf_read;
+
+} DPDK_2.1;