DPDK 22.11.5
|
#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 |
Structure to hold configuration parameters for graph cluster stats create.
Definition at line 174 of file rte_graph.h.
int socket_id |
Socket id where memory is allocated
Definition at line 175 of file rte_graph.h.
Stats print callback function. NULL value allowed, in that case, default print stat function used.
Definition at line 177 of file rte_graph.h.
FILE* f |
File pointer to dump the stats when fn == NULL.
Definition at line 184 of file rte_graph.h.
uint16_t nb_graph_patterns |
Number of graph patterns.
Definition at line 186 of file rte_graph.h.
const char** graph_patterns |
Array of graph patterns based on shell pattern.
Definition at line 187 of file rte_graph.h.