logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_node_register

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_node_register(3)

Detailed Description

       Structure defines the node registration parameters.

       Seealso__rte_node_register(), RTE_NODE_REGISTER()

       Definition at line 482 of file rte_graph.h.

Field Documentation

charname[RTE_NODE_NAMESIZE]
       Name of the node.

       Definition at line 483 of file rte_graph.h.

   uint64_tflags
       Node configuration flag.

       Definition at line 484 of file rte_graph.h.

   rte_node_process_tprocess
       Node process function.

       Definition at line 486 of file rte_graph.h.

   rte_node_init_tinit
       Node init function.

       Definition at line 487 of file rte_graph.h.

   rte_node_fini_tfini
       Node fini function.

       Definition at line 488 of file rte_graph.h.

   structrte_node_xstats*xstats
       Node specific xstats.

       Definition at line 489 of file rte_graph.h.

   rte_node_tid
       Node Identifier.

       Definition at line 490 of file rte_graph.h.

   rte_node_tparent_id
       Identifier of parent node.

       Definition at line 491 of file rte_graph.h.

   rte_edge_tnb_edges
       Number of edges from this node.

       Definition at line 492 of file rte_graph.h.

   constchar*next_nodes[]
       Names of next nodes.

       Definition at line 493 of file rte_graph.h.

Name

       rte_node_register

Synopsis

       #include <rte_graph.h>

   DataFields
       char name [RTE_NODE_NAMESIZE]
       uint64_t flagsrte_node_process_tprocessrte_node_init_tinitrte_node_fini_tfini
       struct rte_node_xstats * xstatsrte_node_tidrte_node_tparent_idrte_edge_tnb_edges
       const char * next_nodes []

See Also