DPDK  24.03.0
Data Fields
rte_graph_cluster_stats_param Struct Reference

#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()
Examples:
examples/l3fwd-graph/main.c.

Definition at line 182 of file rte_graph.h.

Field Documentation

◆ socket_id

int socket_id

Socket id where memory is allocated

Definition at line 183 of file rte_graph.h.

◆ fn

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

Definition at line 185 of file rte_graph.h.

◆ f

FILE* f

File pointer to dump the stats when fn == NULL.

Definition at line 191 of file rte_graph.h.

◆ nb_graph_patterns

uint16_t nb_graph_patterns

Number of graph patterns.

Definition at line 193 of file rte_graph.h.

◆ graph_patterns

const char** graph_patterns

Array of graph patterns based on shell pattern.

Definition at line 194 of file rte_graph.h.


The documentation for this struct was generated from the following file: