| rte_graph_cluster_stats_param(3) | Library Functions Manual | rte_graph_cluster_stats_param(3) |
rte_graph_cluster_stats_param
#include <rte_graph.h>
int socket_id
rte_graph_cluster_stats_cb_t fn
uint16_t nb_graph_patterns
const char ** graph_patterns
Structure to hold configuration parameters for graph cluster stats create.
See also
Definition at line 183 of file rte_graph.h.
Socket id where memory is allocated
Definition at line 184 of file rte_graph.h.
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 pointer to dump the stats when fn == NULL.
Definition at line 192 of file rte_graph.h.
Number of graph patterns.
Definition at line 194 of file rte_graph.h.
Array of graph patterns based on shell pattern.
Definition at line 195 of file rte_graph.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |