Data Accelerator Offload
|
#include <dao_workers.h>
Data Fields | |
unsigned int | dpdk_lcore_id |
int | dpdk_cpu_id |
int | dpdk_core_index |
uint32_t | worker_index |
uint32_t | core_index |
struct dao_worker represents single worker which holds fast path access to
Definition at line 85 of file dao_workers.h.
Same as rte_lcore_id
Definition at line 87 of file dao_workers.h.
int dpdk_cpu_id |
Same as rte_cpu_id()
Definition at line 90 of file dao_workers.h.
int dpdk_core_index |
Same as rte_lcore_index()
Definition at line 93 of file dao_workers.h.
uint32_t worker_index |
worker index. excluding rte_get_main_lcore()i
Definition at line 96 of file dao_workers.h.
uint32_t core_index |
index in dao_workers_main->workers
Definition at line 99 of file dao_workers.h.