#include <rte_eal.h>
Detailed Description
The global RTE configuration structure.
- Examples:
- examples/multi_process/l2fwd_fork/flib.c, and examples/qos_sched/args.c.
Definition at line 57 of file rte_eal.h.
Field Documentation
Number of detected NUMA nodes.
Definition at line 60 of file rte_eal.h.
uint32_t numa_nodes[RTE_MAX_NUMA_NODES] |
List of detected NUMA nodes.
Definition at line 61 of file rte_eal.h.
uint32_t service_lcore_count |
Number of available service cores.
Definition at line 62 of file rte_eal.h.
PA or VA mapping mode
Definition at line 69 of file rte_eal.h.
Pointer to memory configuration, which may be shared across multiple DPDK instances
Definition at line 75 of file rte_eal.h.
The documentation for this struct was generated from the following file: