Home
last modified time | relevance | path

Searched refs:tc_ov_weight (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h136 uint8_t tc_ov_weight; member
H A Drte_sched.c59 uint8_t tc_ov_weight; member
371 if (params->tc_ov_weight == 0) { in pipe_profile_check()
638 p->tc_ov_weight, in rte_sched_port_log_pipe_profile()
725 dst->tc_ov_weight = src->tc_ov_weight; in rte_sched_pipe_profile_convert()
1353 s->tc_ov_n -= params->tc_ov_weight; in rte_sched_pipe_config()
1395 s->tc_ov_n += params->tc_ov_weight; in rte_sched_pipe_config()
2300 pipe->tc_ov_credits = subport->tc_ov_wm * params->tc_ov_weight; in grinder_credits_update()
/f-stack/dpdk/app/test/
H A Dtest_sched.c34 .tc_ov_weight = 1,
/f-stack/dpdk/examples/qos_sched/
H A Dinit.c188 .tc_ov_weight = 1,
H A Dcfg_file.c129 pipe_params[j].tc_ov_weight = (uint8_t)atoi(entry); in cfg_load_pipe()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst265 <tc_ov_weight>
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2128 pp->tc_ov_weight = np->weight; in pipe_profile_build()
2848 profile1.tc_ov_weight = (uint8_t)weight; in update_pipe_weight()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c486 if (parser_read_uint8(&p.tc_ov_weight, tokens[19]) != 0) { in cmd_tmgr_pipe_profile()