Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_log.h67 #define RTE_LOG_ALERT 2U /**< Action must be taken immediately. */ macro
/dpdk/lib/eal/common/
H A Deal_common_log.c411 case RTE_LOG_ALERT: return "alert"; in eal_log_level2str()