Searched refs:RTE_LOG_CRIT (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_logs.c | 46 rte_log_set_global_level(RTE_LOG_CRIT); in test_legacy_logs() 87 rte_log(RTE_LOG_CRIT, logtype1, "critical message\n"); in test_logs() 90 rte_log_set_global_level(RTE_LOG_CRIT); in test_logs() 92 rte_log(RTE_LOG_CRIT, logtype2, "critical message\n"); in test_logs()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_debug.c | 15 rte_log(RTE_LOG_CRIT, RTE_LOGTYPE_EAL, "PANIC in %s():\n", funcname); in __rte_panic() 17 rte_vlog(RTE_LOG_CRIT, RTE_LOGTYPE_EAL, format, ap); in __rte_panic() 37 rte_vlog(RTE_LOG_CRIT, RTE_LOGTYPE_EAL, format, ap); in rte_exit()
|
| H A D | eal_common_log.c | 405 case RTE_LOG_CRIT: return "critical"; in loglevel_to_string()
|
| H A D | eal_common_options.c | 1202 [RTE_LOG_CRIT] = "critical", in eal_parse_log_priority()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_log.h | 69 #define RTE_LOG_CRIT 3U /**< Critical conditions. */ macro
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_log.h | 83 #define RTE_LOG_CRIT 3U /**< Critical conditions. */ macro
|
| /f-stack/lib/ |
| H A D | ff_memory.c | 449 rte_log(RTE_LOG_CRIT, RTE_LOGTYPE_USER1, "ff_dpdk_if_send_ex input invalid NULL address."); in ff_if_send_onepkt() 462 rte_log(RTE_LOG_CRIT, RTE_LOGTYPE_USER1, "ff_if_send_onepkt call ff_bsd_to_rte failed."); in ff_if_send_onepkt()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx_mcdi.c | 34 sfc_efx_mcdi_log(mcdi, RTE_LOG_CRIT, __VA_ARGS__)
|