Home
last modified time | relevance | path

Searched refs:CFG_NAME_LEN (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.h23 #ifndef CFG_NAME_LEN
24 #define CFG_NAME_LEN 64 macro
36 char name[CFG_NAME_LEN]; /**< Name */
H A Drte_cfgfile.c17 char name[CFG_NAME_LEN];
170 char buffer[CFG_NAME_LEN + CFG_VALUE_LEN + 4]; in rte_cfgfile_load_with_params()
486 strlcpy(sections[i], cfg->sections[i].name, CFG_NAME_LEN); in rte_cfgfile_sections()
516 strlcpy(sectionname, sect->name, CFG_NAME_LEN); in rte_cfgfile_section_num_entries_by_index()
543 strlcpy(sectionname, sect->name, CFG_NAME_LEN); in rte_cfgfile_section_entries_by_index()
558 if (strncmp(sect->entries[i].name, entryname, CFG_NAME_LEN) in rte_cfgfile_get_entry()
/f-stack/dpdk/examples/qos_sched/
H A Dcfg_file.c246 char sec_name[CFG_NAME_LEN]; in cfg_load_subport()
321 char sec_name[CFG_NAME_LEN]; in cfg_load_subport()
371 strnlen(entries[j].name, CFG_NAME_LEN), tokens, 2, '-'); in cfg_load_subport()
383 char profile_name[CFG_NAME_LEN]; in cfg_load_subport()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst577 ``CFG_NAME_LEN`` and ``CFG_VALUE_LEN`` to 64 and 256 respectively.