DOKK / manpages / debian 13 / dpdk-doc / rte_graph_param.3.en
rte_graph_param(3) Library Functions Manual rte_graph_param(3)

rte_graph_param

#include <rte_graph.h>


int socket_id
uint16_t nb_node_patterns
const char ** node_patterns
bool pcap_enable
uint64_t num_pkt_to_capture
char * pcap_filename

Structure to hold configuration parameters for creating the graph.

See also

rte_graph_create()

Definition at line 157 of file rte_graph.h.

Socket id where memory is allocated.

Definition at line 158 of file rte_graph.h.

Number of node patterns.

Definition at line 159 of file rte_graph.h.

Array of node patterns based on shell pattern.

Definition at line 160 of file rte_graph.h.

Pcap enable.

Definition at line 163 of file rte_graph.h.

Number of packets to capture.

Definition at line 164 of file rte_graph.h.

Filename in which packets to be captured.

Definition at line 165 of file rte_graph.h.

Reserved for rtc model.

Definition at line 169 of file rte_graph.h.

Maximum size of workqueue for dispatch model.

Definition at line 172 of file rte_graph.h.

Capacity of memory pool for dispatch model.

Definition at line 173 of file rte_graph.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK