Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_graph_cluster_stats_param(3)     DPDK     rte_graph_cluster_stats_param(3)

NAME
       rte_graph_cluster_stats_param

SYNOPSIS
       #include	<rte_graph.h>

   Data	Fields
       int socket_id
       rte_graph_cluster_stats_cb_t fn
       uint16_t	nb_graph_patterns
       const char ** graph_patterns
       FILE * f

Detailed Description
       Structure to hold configuration parameters for graph cluster stats
       create.

       See also
	   rte_graph_cluster_stats_create()

       Definition at line 196 of file rte_graph.h.

Field Documentation
   int socket_id
       Socket id where memory is allocated

       Definition at line 197 of file rte_graph.h.

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

       Definition at line 199 of file rte_graph.h.

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

       Definition at line 205 of file rte_graph.h.

   uint16_t nb_graph_patterns
       Number of graph patterns.

       Definition at line 207 of file rte_graph.h.

   const char**	graph_patterns
       Array of	graph patterns based on	shell pattern.

       Definition at line 208 of file rte_graph.h.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 202rte_graph_cluster_stats_param(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=graph_patterns&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help