Searched refs:pipe_name (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | cfg_file.c | 60 char pipe_name[32]; in cfg_load_pipe() local 61 snprintf(pipe_name, sizeof(pipe_name), "pipe profile %d", j); in cfg_load_pipe() 63 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tb rate"); in cfg_load_pipe() 67 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tb size"); in cfg_load_pipe() 71 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tc period"); in cfg_load_pipe() 75 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tc 0 rate"); in cfg_load_pipe() 79 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tc 1 rate"); in cfg_load_pipe() 83 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tc 2 rate"); in cfg_load_pipe() 87 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tc 3 rate"); in cfg_load_pipe() 91 entry = rte_cfgfile_get_entry(cfg, pipe_name, "tc 4 rate"); in cfg_load_pipe() [all …]
|