DPDK 22.11.5
|
#include <rte_graph.h>
Data Fields | |
int | socket_id |
uint16_t | nb_node_patterns |
const char ** | node_patterns |
Structure to hold configuration parameters for creating the graph.
Definition at line 162 of file rte_graph.h.
int socket_id |
Socket id where memory is allocated.
Definition at line 163 of file rte_graph.h.
uint16_t nb_node_patterns |
Number of node patterns.
Definition at line 164 of file rte_graph.h.
const char** node_patterns |
Array of node patterns based on shell pattern.
Definition at line 165 of file rte_graph.h.