DPDK  20.05.0-rc0
Data Fields
rte_node_register Struct Reference

#include <rte_graph.h>

Data Fields

char name [RTE_NODE_NAMESIZE]
 
uint64_t flags
 
rte_node_process_t process
 
rte_node_init_t init
 
rte_node_fini_t fini
 
rte_node_t id
 
rte_node_t parent_id
 
rte_edge_t nb_edges
 
const char * next_nodes []
 

Detailed Description

Warning
EXPERIMENTAL: this API may change without prior notice

Structure defines the node registration parameters.

See also
__rte_node_register(), RTE_NODE_REGISTER()

Definition at line 242 of file rte_graph.h.

Field Documentation

char name[RTE_NODE_NAMESIZE]

Name of the node.

Definition at line 243 of file rte_graph.h.

uint64_t flags

Node configuration flag.

Definition at line 244 of file rte_graph.h.

Node process function.

Definition at line 246 of file rte_graph.h.

Node init function.

Definition at line 247 of file rte_graph.h.

Node fini function.

Definition at line 248 of file rte_graph.h.

Node Identifier.

Definition at line 249 of file rte_graph.h.

rte_node_t parent_id

Identifier of parent node.

Definition at line 250 of file rte_graph.h.

rte_edge_t nb_edges

Number of edges from this node.

Definition at line 251 of file rte_graph.h.

const char* next_nodes[]

Names of next nodes.

Definition at line 252 of file rte_graph.h.


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