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