Searched defs:rte_config (Results 1 – 2 of 2) sorted by relevance
44 struct rte_config { struct45 uint32_t main_lcore; /**< Id of the main lcore */46 uint32_t lcore_count; /**< Number of available logical cores. */47 uint32_t numa_node_count; /**< Number of detected NUMA nodes. */71 struct rte_config *rte_eal_get_configuration(void); argument
16 static struct rte_config rte_config = { variable