Searched refs:rte_cfgfile (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | rte_cfgfile.h | 32 struct rte_cfgfile; 76 struct rte_cfgfile *rte_cfgfile_load(const char *filename, int flags); 108 struct rte_cfgfile *rte_cfgfile_create(int flags); 137 int rte_cfgfile_add_entry(struct rte_cfgfile *cfg, 168 int rte_cfgfile_save(struct rte_cfgfile *cfg, const char *filename); 202 int rte_cfgfile_sections(struct rte_cfgfile *cfg, char *sections[], 230 int rte_cfgfile_section_num_entries(struct rte_cfgfile *cfg, 271 int rte_cfgfile_section_entries(struct rte_cfgfile *cfg, 298 int rte_cfgfile_section_entries_by_index(struct rte_cfgfile *cfg, 319 const char *rte_cfgfile_get_entry(struct rte_cfgfile *cfg, [all …]
|
| H A D | rte_cfgfile.c | 23 struct rte_cfgfile { struct 90 _get_section(struct rte_cfgfile *cfg, const char *sectionname) in _get_section() 159 struct rte_cfgfile * 166 struct rte_cfgfile * 172 struct rte_cfgfile *cfg; in rte_cfgfile_load_with_params() 270 struct rte_cfgfile * 274 struct rte_cfgfile *cfg; in rte_cfgfile_create() 367 int rte_cfgfile_add_entry(struct rte_cfgfile *cfg, in rte_cfgfile_add_entry() 443 int rte_cfgfile_close(struct rte_cfgfile *cfg) in rte_cfgfile_close() 480 rte_cfgfile_sections(struct rte_cfgfile *cfg, char *sections[], in rte_cfgfile_sections() [all …]
|
| H A D | meson.build | 4 sources = files('rte_cfgfile.c') 5 headers = files('rte_cfgfile.h')
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cfgfile.c | 51 _test_cfgfile_sample(struct rte_cfgfile *cfgfile) in _test_cfgfile_sample() 89 struct rte_cfgfile *cfgfile; in test_cfgfile_sample1() 108 struct rte_cfgfile *cfgfile; in test_cfgfile_sample2() 131 struct rte_cfgfile *cfgfile; in test_cfgfile_realloc_sections() 168 struct rte_cfgfile *cfgfile; in test_cfgfile_invalid_section_header() 180 struct rte_cfgfile *cfgfile; in test_cfgfile_invalid_comment() 196 struct rte_cfgfile *cfgfile; in test_cfgfile_invalid_key_value_pair() 207 struct rte_cfgfile *cfgfile; in test_cfgfile_empty_key_value_pair() 236 struct rte_cfgfile *cfgfile; in test_cfgfile_missing_section() 247 struct rte_cfgfile *cfgfile; in test_cfgfile_global_properties() [all …]
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | cfg_file.h | 11 int cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port); 13 int cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe); 15 int cfg_load_subport(struct rte_cfgfile *cfg, struct rte_sched_subport_params *subport); 17 int cfg_load_subport_profile(struct rte_cfgfile *cfg,
|
| H A D | cfg_file.c | 27 cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port_params) in cfg_load_port() 46 cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe_params) in cfg_load_pipe() 146 cfg_load_subport_profile(struct rte_cfgfile *cfg, in cfg_load_subport_profile() 233 cfg_load_subport(struct rte_cfgfile *cfg, struct rte_sched_subport_params *subport_params) in cfg_load_subport()
|
| 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 | 107 get_outq_cfg(struct rte_cfgfile *file, int port, int outq, in get_outq_cfg() 313 parse_tc_cfg(struct rte_cfgfile *file, int port, int tc, in parse_tc_cfg() 407 parse_policer(struct rte_cfgfile *file, int port, const char *sec_name, in parse_policer() 491 struct rte_cfgfile *file = rte_cfgfile_load(path, 0); in mrvl_get_qoscfg()
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 200 [config file] (@ref rte_cfgfile.h),
|