Home
last modified time | relevance | path

Searched refs:RTE_LOG_ALERT (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_log.h68 #define RTE_LOG_ALERT 2U /**< Action must be taken immediately. */ macro
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_log.h82 #define RTE_LOG_ALERT 2U /**< Action must be taken immediately. */ macro
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_log.c404 case RTE_LOG_ALERT: return "alert"; in loglevel_to_string()
H A Deal_common_options.c1201 [RTE_LOG_ALERT] = "alert", in eal_parse_log_priority()