Home
last modified time | relevance | path

Searched refs:rte_cfgfile_load (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cfgfile.c92 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 Dversion.map11 rte_cfgfile_load;
H A Drte_cfgfile.h76 struct rte_cfgfile *rte_cfgfile_load(const char *filename, int flags);
H A Drte_cfgfile.c160 rte_cfgfile_load(const char *filename, int flags) in rte_cfgfile_load() function
/f-stack/dpdk/examples/qos_sched/
H A Dinit.c357 struct rte_cfgfile *file = rte_cfgfile_load(profile, 0); in app_load_cfg_profile()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_qos.c491 struct rte_cfgfile *file = rte_cfgfile_load(path, 0); in mrvl_get_qoscfg()