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_graph_cluster_stats_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_graph_cluster_stats_param(3)

Detailed Description

       Structure to hold configuration parameters for graph cluster stats create.

       Seealsorte_graph_cluster_stats_create()

       Definition at line 183 of file rte_graph.h.

Field Documentation

intsocket_id
       Socket id where memory is allocated

       Definition at line 184 of file rte_graph.h.

   rte_graph_cluster_stats_cb_tfn
       Stats print callback function. NULL value allowed, in that case, default print stat function used.

       Definition at line 186 of file rte_graph.h.

   FILE*f
       File pointer to dump the stats when fn == NULL.

       Definition at line 192 of file rte_graph.h.

   uint16_tnb_graph_patterns
       Number of graph patterns.

       Definition at line 194 of file rte_graph.h.

   constchar**graph_patterns
       Array of graph patterns based on shell pattern.

       Definition at line 195 of file rte_graph.h.

Name

       rte_graph_cluster_stats_param

Synopsis

       #include <rte_graph.h>

   DataFields
       int socket_idrte_graph_cluster_stats_cb_tfn
       uint16_t nb_graph_patterns
       const char ** graph_patterns

See Also