pci: increase domain storage to 32 bits
[dpdk.git] / lib / librte_cfgfile / rte_cfgfile_version.map
index bf6c6fd..5fe60f7 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;