Home
last modified time | relevance | path

Searched refs:OPT_IN_MEMORY (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_options.h60 #define OPT_IN_MEMORY "in-memory" macro
H A Deal_common_options.c89 {OPT_IN_MEMORY, 0, NULL, OPT_IN_MEMORY_NUM },
2095 RTE_LOG(ERR, EAL, "Option --"OPT_IN_MEMORY" is not compatible " in eal_check_common_options()
2102 "with --"OPT_IN_MEMORY"\n"); in eal_check_common_options()
2224 " --"OPT_IN_MEMORY" Operate entirely in memory. This will\n" in eal_common_usage()
/dpdk/lib/eal/freebsd/
H A Deal.c631 RTE_LOG(WARNING, EAL, "Warning: ignoring unsupported flag, '%s'\n", OPT_IN_MEMORY); in rte_eal_init()