Searched defs:fastpath_data (Results 1 – 1 of 1) sorted by relevance
46 struct __rte_cache_aligned fastpath_data { struct47 volatile int done;48 uint32_t evdev_service_id;49 uint32_t rxadptr_service_id;50 uint32_t txadptr_service_id;51 bool rx_single;52 bool tx_single;53 bool sched_single;54 uint64_t rx_core[MAX_NUM_CORE];55 uint64_t tx_core[MAX_NUM_CORE];[all …]