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

#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]
 

Detailed Description

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.

Field Documentation

◆ node_info

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.

◆ feature_arc

void* feature_arc

Feature arc back pointer 2nd DWORD

Definition at line 85 of file dao_graph_feature_arc_worker.h.

◆ num_enabled_features

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.

◆ feature_data

Array of feature_data by index/interface

Definition at line 99 of file dao_graph_feature_arc_worker.h.


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