| rte_node_register(3) | Library Functions Manual | rte_node_register(3) |
rte_node_register
#include <rte_graph.h>
char name [RTE_NODE_NAMESIZE]
uint64_t flags
rte_node_process_t process
rte_node_init_t init
rte_node_fini_t fini
struct rte_node_xstats * xstats
rte_node_t id
rte_node_t parent_id
rte_edge_t nb_edges
const char * next_nodes []
Structure defines the node registration parameters.
See also
Definition at line 482 of file rte_graph.h.
Name of the node.
Definition at line 483 of file rte_graph.h.
Node configuration flag.
Definition at line 484 of file rte_graph.h.
Node process function.
Definition at line 486 of file rte_graph.h.
Node init function.
Definition at line 487 of file rte_graph.h.
Node fini function.
Definition at line 488 of file rte_graph.h.
Node specific xstats.
Definition at line 489 of file rte_graph.h.
Node Identifier.
Definition at line 490 of file rte_graph.h.
Identifier of parent node.
Definition at line 491 of file rte_graph.h.
Number of edges from this node.
Definition at line 492 of file rte_graph.h.
Names of next nodes.
Definition at line 493 of file rte_graph.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |