Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c38 struct rte_service_spec_impl { struct
40 struct rte_service_spec spec;
46 rte_spinlock_t execute_lock;
49 int8_t app_runstate;
50 int8_t comp_runstate;
51 uint8_t internal_flags;
76 static struct rte_service_spec_impl *rte_services; argument