Searched defs:softnic_thread_data (Results 1 – 1 of 1) sorted by relevance
590 struct softnic_thread_data { struct591 struct rte_pipeline *p[THREAD_PIPELINES_MAX];592 uint32_t n_pipelines;594 struct pipeline_data pipeline_data[THREAD_PIPELINES_MAX];595 struct rte_ring *msgq_req;596 struct rte_ring *msgq_rsp;597 uint64_t timer_period; /* Measured in CPU cycles. */598 uint64_t time_next;599 uint64_t time_next_min;600 uint64_t iter;