Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_private.h44 struct rte_config { struct
45 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
H A Deal_common_config.c16 static struct rte_config rte_config = { variable