Home
last modified time | relevance | path

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

/f-stack/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
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c576 struct thread_conf { struct
587 struct thread_conf conf; argument
1900 struct thread_conf *thread_conf; in cpu_load_collector() local