2019-11-20 17:23:38 +00:00
|
|
|
DPDK_20.0 {
|
2015-02-02 17:40:20 +00:00
|
|
|
global:
|
|
|
|
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_cfgfile_add_entry;
|
|
|
|
rte_cfgfile_add_section;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_cfgfile_close;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_cfgfile_create;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_cfgfile_get_entry;
|
|
|
|
rte_cfgfile_has_entry;
|
|
|
|
rte_cfgfile_has_section;
|
|
|
|
rte_cfgfile_load;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_cfgfile_load_with_params;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_cfgfile_num_sections;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_cfgfile_save;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_cfgfile_section_entries;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_cfgfile_section_entries_by_index;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_cfgfile_section_num_entries;
|
|
|
|
rte_cfgfile_sections;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_cfgfile_set_entry;
|
2015-02-02 17:40:20 +00:00
|
|
|
|
|
|
|
local: *;
|
|
|
|
};
|