Data Accelerator Offload
|
#include <dao_graph_feature_arc_worker.h>
Data Fields | |
struct dao_graph_feature_node_list * | node_info |
void * | feature_arc |
uint32_t | num_enabled_features |
struct dao_graph_feature_data | feature_data [DAO_GRAPH_FEATURE_MAX_PER_ARC] |
dao_graph feature object
Holds all feature related data of a given feature on all interfaces
Definition at line 75 of file dao_graph_feature_arc_worker.h.
struct dao_graph_feature_node_list* node_info |
Slow path node_info 1st DWORD
Definition at line 80 of file dao_graph_feature_arc_worker.h.
void* feature_arc |
Feature arc back pointer 2nd DWORD
Definition at line 85 of file dao_graph_feature_arc_worker.h.
uint32_t num_enabled_features |
Number of enabled features in this feature_arc 3rd WORD
Definition at line 91 of file dao_graph_feature_arc_worker.h.
struct dao_graph_feature_data feature_data[DAO_GRAPH_FEATURE_MAX_PER_ARC] |
Array of feature_data by index/interface
Definition at line 99 of file dao_graph_feature_arc_worker.h.