Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Drte_service.c32 struct rte_service_spec_impl { struct
34 struct rte_service_spec spec;
40 rte_spinlock_t execute_lock;
43 int8_t app_runstate;
44 int8_t comp_runstate;
45 uint8_t internal_flags;
70 static struct rte_service_spec_impl *rte_services; argument