Searched refs:rte_cfgfile_load (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cfgfile.c | 92 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/sample1.ini", 0); in test_cfgfile_sample1() 135 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/realloc_sections.ini", 0); in test_cfgfile_realloc_sections() 170 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/invalid_section.ini", 0); in test_cfgfile_invalid_section_header() 198 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/empty_key_value.ini", 0); in test_cfgfile_invalid_key_value_pair() 211 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/empty_key_value.ini", in test_cfgfile_empty_key_value_pair() 238 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/missing_section.ini", 0); in test_cfgfile_missing_section() 251 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/missing_section.ini", in test_cfgfile_global_properties() 280 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/empty.ini", 0); in test_cfgfile_empty_file()
|
| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | version.map | 11 rte_cfgfile_load;
|
| H A D | rte_cfgfile.h | 76 struct rte_cfgfile *rte_cfgfile_load(const char *filename, int flags);
|
| H A D | rte_cfgfile.c | 160 rte_cfgfile_load(const char *filename, int flags) in rte_cfgfile_load() function
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | init.c | 357 struct rte_cfgfile *file = rte_cfgfile_load(profile, 0); in app_load_cfg_profile()
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_qos.c | 491 struct rte_cfgfile *file = rte_cfgfile_load(path, 0); in mrvl_get_qoscfg()
|