Searched refs:wrr_weights (Results 1 – 8 of 8) sorted by relevance
139 uint8_t wrr_weights[RTE_SCHED_BE_QUEUES_PER_PIPE]; member
379 if (params->wrr_weights[i] == 0) { in pipe_profile_check()728 wrr_cost[0] = src->wrr_weights[0]; in rte_sched_pipe_profile_convert()729 wrr_cost[1] = src->wrr_weights[1]; in rte_sched_pipe_profile_convert()730 wrr_cost[2] = src->wrr_weights[2]; in rte_sched_pipe_profile_convert()731 wrr_cost[3] = src->wrr_weights[3]; in rte_sched_pipe_profile_convert()
36 .wrr_weights = {1, 1, 1, 1},
191 .wrr_weights = {1, 1, 1, 1},
134 pipe_params[j].wrr_weights[i] = in cfg_load_pipe()
2148 pp->wrr_weights[queue_id] = nq->weight; in pipe_profile_build()2896 profile1.wrr_weights[pipe_be_queue_id] = (uint8_t)weight; in update_queue_weight()
315 ``wrr_weights`` field of struct ``rte_sched_pipe_params`` is modified to be
492 if (parser_read_uint8(&p.wrr_weights[i], tokens[20 + i]) != 0) { in cmd_tmgr_pipe_profile()