Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c641 p->wrr_cost[0], p->wrr_cost[1], p->wrr_cost[2], p->wrr_cost[3]); in rte_sched_port_log_pipe_profile()
733 lcd1 = rte_get_lcd(wrr_cost[0], wrr_cost[1]); in rte_sched_pipe_profile_convert()
734 lcd2 = rte_get_lcd(wrr_cost[2], wrr_cost[3]); in rte_sched_pipe_profile_convert()
737 wrr_cost[0] = lcd / wrr_cost[0]; in rte_sched_pipe_profile_convert()
738 wrr_cost[1] = lcd / wrr_cost[1]; in rte_sched_pipe_profile_convert()
739 wrr_cost[2] = lcd / wrr_cost[2]; in rte_sched_pipe_profile_convert()
740 wrr_cost[3] = lcd / wrr_cost[3]; in rte_sched_pipe_profile_convert()
742 dst->wrr_cost[0] = (uint8_t) wrr_cost[0]; in rte_sched_pipe_profile_convert()
743 dst->wrr_cost[1] = (uint8_t) wrr_cost[1]; in rte_sched_pipe_profile_convert()
744 dst->wrr_cost[2] = (uint8_t) wrr_cost[2]; in rte_sched_pipe_profile_convert()
[all …]