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

#include <dao_graph_feature_arc_worker.h>

Data Fields

int64_t data
 
uint32_t feature_data_index
 
rte_edge_t edge_to_this_feature
 
rte_edge_t edge_to_next_feature
 
struct dao_graph_feature_node_list * node_info
 

Detailed Description

DAO_GRAPH feature data representing a fast path feature object on an interface/index

Definition at line 49 of file dao_graph_feature_arc_worker.h.

Field Documentation

◆ data

int64_t data

Data provided by application during dao_graph_feature_enable on interface

Definition at line 51 of file dao_graph_feature_arc_worker.h.

◆ feature_data_index

uint32_t feature_data_index

this feature data index

Definition at line 54 of file dao_graph_feature_arc_worker.h.

◆ edge_to_this_feature

rte_edge_t edge_to_this_feature

Edge to this feature node from feature_arc->start_node

Definition at line 57 of file dao_graph_feature_arc_worker.h.

◆ edge_to_next_feature

rte_edge_t edge_to_next_feature

Edge to next enabled feature on a given interface/index. This field keeps on changing as /@ref dao_graph_feature_disable() are called on a given interface/index

Definition at line 64 of file dao_graph_feature_arc_worker.h.

◆ node_info

struct dao_graph_feature_node_list* node_info

Slow path node_info object

Definition at line 67 of file dao_graph_feature_arc_worker.h.


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