Home
last modified time | relevance | path

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

/dpdk/examples/qos_sched/
H A Dmain.h76 struct thread_conf struct
78 uint32_t counter;
79 uint32_t n_mbufs;
80 struct rte_mbuf **m_table;
82 uint16_t rx_port;
83 uint16_t tx_port;
84 uint16_t rx_queue;
85 uint16_t tx_queue;
86 struct rte_ring *rx_ring;
110 struct thread_conf rx_thread; argument