Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h602 struct softnic_thread_data { struct
603 struct rte_pipeline *p[THREAD_PIPELINES_MAX];
604 uint32_t n_pipelines;
606 struct pipeline_data pipeline_data[THREAD_PIPELINES_MAX];
607 struct rte_ring *msgq_req;
608 struct rte_ring *msgq_rsp;
609 uint64_t timer_period; /* Measured in CPU cycles. */
610 uint64_t time_next;
611 uint64_t time_next_min;
612 uint64_t iter;