eal: use 32-bit RDSEED to allow 32-bit x86 usage
[dpdk.git] / lib / librte_cfgfile / rte_cfgfile_version.map
index 5fe60f7..a0a11ce 100644 (file)
@@ -22,8 +22,19 @@ DPDK_16.04 {
 } DPDK_2.0;
 
 DPDK_17.05 {
-    global:
+       global:
 
-    rte_cfgfile_load_with_params;
+       rte_cfgfile_load_with_params;
 
 } DPDK_16.04;
+
+DPDK_17.11 {
+       global:
+
+       rte_cfgfile_add_entry;
+       rte_cfgfile_add_section;
+       rte_cfgfile_create;
+       rte_cfgfile_save;
+       rte_cfgfile_set_entry;
+
+} DPDK_17.05;