DPDK  2.1.0
Data Fields
rte_config Struct Reference

#include <rte_eal.h>

Data Fields

uint32_t master_lcore
uint32_t lcore_count
enum rte_lcore_role_t lcore_role [RTE_MAX_LCORE]
enum rte_proc_type_t process_type
struct rte_mem_configmem_config

Detailed Description

The global RTE configuration structure.

Definition at line 76 of file rte_eal.h.

Field Documentation

uint32_t master_lcore

Id of the master lcore

Definition at line 77 of file rte_eal.h.

uint32_t lcore_count

Number of available logical cores.

Definition at line 78 of file rte_eal.h.

enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]

State of cores.

Definition at line 79 of file rte_eal.h.

enum rte_proc_type_t process_type

Primary or secondary configuration

Definition at line 82 of file rte_eal.h.

struct rte_mem_config* mem_config

Pointer to memory configuration, which may be shared across multiple Intel DPDK instances

Definition at line 88 of file rte_eal.h.


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