]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cfgfile/rte_cfgfile_version.map
pci: increase domain storage to 32 bits
[dpdk.git] / lib / librte_cfgfile / rte_cfgfile_version.map
index bf6c6fdacf9a78b1217c30f671bb663fca78e29c..5fe60f72e0d5b7305818169a2b39b10d107cfa5d 100644 (file)
@@ -13,3 +13,17 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_16.04 {
+       global:
+
+       rte_cfgfile_section_entries_by_index;
+
+} DPDK_2.0;
+
+DPDK_17.05 {
+    global:
+
+    rte_cfgfile_load_with_params;
+
+} DPDK_16.04;