Home
last modified time | relevance | path

Searched defs:rte_sched_port (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/sched/
H A Drte_sched.c219 struct __rte_cache_aligned rte_sched_port { struct
221 uint32_t n_subports_per_port;
222 uint32_t n_pipes_per_subport;
223 uint32_t n_pipes_per_subport_log2;
224 uint16_t pipe_queue[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
225 uint8_t pipe_tc[RTE_SCHED_QUEUES_PER_PIPE];
226 uint8_t tc_queue[RTE_SCHED_QUEUES_PER_PIPE];
227 uint32_t n_subport_profiles;
228 uint32_t n_max_subport_profiles;
229 uint64_t rate;
[all …]