Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_sched.c644 p->wrr_cost[0], p->wrr_cost[1], p->wrr_cost[2], p->wrr_cost[3]); in rte_sched_port_log_pipe_profile()
736 lcd1 = rte_get_lcd(wrr_cost[0], wrr_cost[1]); in rte_sched_pipe_profile_convert()
737 lcd2 = rte_get_lcd(wrr_cost[2], wrr_cost[3]); in rte_sched_pipe_profile_convert()
740 wrr_cost[0] = lcd / wrr_cost[0]; in rte_sched_pipe_profile_convert()
741 wrr_cost[1] = lcd / wrr_cost[1]; in rte_sched_pipe_profile_convert()
742 wrr_cost[2] = lcd / wrr_cost[2]; in rte_sched_pipe_profile_convert()
743 wrr_cost[3] = lcd / wrr_cost[3]; in rte_sched_pipe_profile_convert()
745 dst->wrr_cost[0] = (uint8_t) wrr_cost[0]; in rte_sched_pipe_profile_convert()
746 dst->wrr_cost[1] = (uint8_t) wrr_cost[1]; in rte_sched_pipe_profile_convert()
747 dst->wrr_cost[2] = (uint8_t) wrr_cost[2]; in rte_sched_pipe_profile_convert()
[all …]