Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h590 struct softnic_thread_data { struct
591 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;