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_xstats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_node_xstats(3)

Detailed Description

       Structure defines the number of xstats a given node has and each xstat description.

       Definition at line 472 of file rte_graph.h.

Field Documentation

uint16_tnb_xstats
       Number of xstats.

       Definition at line 473 of file rte_graph.h.

   charxstat_desc[][RTE_NODE_XSTAT_DESC_SIZE]
       Names of xstats.

       Definition at line 474 of file rte_graph.h.

Name

       rte_node_xstats

Synopsis

       #include <rte_graph.h>

   DataFields
       uint16_t nb_xstats
       char xstat_desc [][RTE_NODE_XSTAT_DESC_SIZE]

See Also