Data Accelerator Offload
Loading...
Searching...
No Matches
Data Fields
dao_worker Struct Reference

#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
 

Detailed Description

struct dao_worker represents single worker which holds fast path access to

Definition at line 85 of file dao_workers.h.

Field Documentation

◆ dpdk_lcore_id

unsigned int dpdk_lcore_id

Same as rte_lcore_id

Definition at line 87 of file dao_workers.h.

◆ dpdk_cpu_id

int dpdk_cpu_id

Same as rte_cpu_id()

Definition at line 90 of file dao_workers.h.

◆ dpdk_core_index

int dpdk_core_index

Same as rte_lcore_index()

Definition at line 93 of file dao_workers.h.

◆ worker_index

uint32_t worker_index

worker index. excluding rte_get_main_lcore()i

Definition at line 96 of file dao_workers.h.

◆ core_index

uint32_t core_index

index in dao_workers_main->workers

Definition at line 99 of file dao_workers.h.


The documentation for this struct was generated from the following file: