Home
last modified time | relevance | path

Searched defs:internal_config (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_internal_cfg.h45 struct internal_config { struct
48 volatile unsigned force_nrank; /**< force number of ranks */
51 volatile unsigned no_pci; /**< true to disable PCI */
52 volatile unsigned no_hpet; /**< true to disable HPET */
56 volatile unsigned in_memory;
63 volatile unsigned force_sockets;
65 volatile unsigned force_socket_limits;
68 volatile unsigned legacy_mem;
72 volatile unsigned match_allocations;
74 volatile unsigned single_file_segments;
[all …]
H A Deal_common_config.c24 static struct internal_config internal_config; variable