DPDK
24.07.0
|
#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 [] |
Structure defines the node registration parameters.
Definition at line 468 of file rte_graph.h.
char name[RTE_NODE_NAMESIZE] |
Name of the node.
Definition at line 469 of file rte_graph.h.
uint64_t flags |
Node configuration flag.
Definition at line 470 of file rte_graph.h.
rte_node_process_t process |
Node process function.
Definition at line 472 of file rte_graph.h.
rte_node_init_t init |
Node init function.
Definition at line 473 of file rte_graph.h.
rte_node_fini_t fini |
Node fini function.
Definition at line 474 of file rte_graph.h.
rte_node_t id |
Node Identifier.
Definition at line 475 of file rte_graph.h.
rte_node_t parent_id |
Identifier of parent node.
Definition at line 476 of file rte_graph.h.
rte_edge_t nb_edges |
Number of edges from this node.
Definition at line 477 of file rte_graph.h.
const char* next_nodes[] |
Names of next nodes.
Definition at line 478 of file rte_graph.h.