Searched defs:rte_mem_config (Results 1 – 1 of 1) sorted by relevance
20 struct rte_mem_config { struct21 volatile uint32_t magic; /**< Magic number - sanity check. */22 uint32_t version;26 uint32_t nchannel; /**< Number of channels (0 if unknown). */27 uint32_t nrank; /**< Number of ranks (0 if unknown). */36 rte_rwlock_t mlock; /**< used by memzones for thread safety. */37 rte_rwlock_t qlock; /**< used by tailqs for thread safety. */61 /* rte_mem_config has to be mapped at the exact same address in all argument64 uint64_t mem_cfg_addr; /**< Address of this structure in memory. */71 uint32_t legacy_mem; /**< stored legacy mem parameter. */[all …]