Searched refs:RTE_LOGTYPE_EAL (Results 1 – 11 of 11) sorted by relevance
| /dpdk/lib/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 | 352 {RTE_LOGTYPE_EAL, "lib.eal"},
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_debug.c | 51 rte_log(RTE_LOG_ERR, RTE_LOGTYPE_EAL, in rte_dump_stack() 70 rte_log(RTE_LOG_ERR, RTE_LOGTYPE_EAL, in rte_dump_stack()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_log.h | 30 #define RTE_LOGTYPE_EAL 0 /**< Log related to eal. */ macro 377 type = RTE_LOGTYPE_EAL; \
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_debug.c | 36 rte_log(RTE_LOG_ERR, RTE_LOGTYPE_EAL, in rte_dump_stack()
|
| H A D | eal.c | 877 tlog = RTE_LOGTYPE_EAL; in rte_eal_init()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_debug.c | 31 rte_log(RTE_LOG_ERR, RTE_LOGTYPE_EAL, in rte_dump_stack()
|
| H A D | eal.c | 1222 tlog = RTE_LOGTYPE_EAL; in rte_eal_init()
|
| /dpdk/app/test/ |
| H A D | test_ethdev_link.c | 164 rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG); in test_link_status()
|
| H A D | test_ipfrag.c | 331 rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG); in test_ipfrag()
|
| H A D | test_security.c | 2637 rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG); in test_security()
|