Searched refs:RTE_LOG_NOTICE (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_logs.c | 32 rte_log_set_level(bcmfs_conf_logtype, RTE_LOG_NOTICE); in RTE_INIT() 37 rte_log_set_level(bcmfs_dp_logtype, RTE_LOG_NOTICE); in RTE_INIT()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | e1000_logs.c | 32 rte_log_set_level(e1000_logtype_init, RTE_LOG_NOTICE); in e1000_igb_init_log() 35 rte_log_set_level(e1000_logtype_driver, RTE_LOG_NOTICE); in e1000_igb_init_log()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx.c | 21 RTE_LOG_NOTICE); in RTE_INIT()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_logs.h | 26 PMD_DRV_LOG_RAW(hw, RTE_LOG_NOTICE, fmt "\n", ## args)
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_mcdi.c | 70 RTE_LOG_NOTICE); in sfc_mcdi_init()
|
| H A D | sfc_log.h | 64 SFC_LOG(_sa->priv.shared, RTE_LOG_NOTICE, \
|
| H A D | sfc_dp.h | 56 #define SFC_DP_LOG_LEVEL RTE_LOG_NOTICE
|
| H A D | sfc_ethdev.c | 2159 RTE_LOG_NOTICE); in sfc_eth_dev_init() 2330 RTE_LOG_NOTICE); in RTE_INIT()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_logs.h | 28 rte_log(RTE_LOG_NOTICE, qede_logtype_driver,\
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_log.h | 72 #define RTE_LOG_NOTICE 6U /**< Normal but significant condition. */ macro
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_log.h | 86 #define RTE_LOG_NOTICE 6U /**< Normal but significant condition. */ macro
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 50 rte_log_set_level(mlx5_common_logtype, RTE_LOG_NOTICE); in RTE_INIT_PRIO()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_log.c | 408 case RTE_LOG_NOTICE: return "notice"; in loglevel_to_string()
|
| H A D | eal_common_options.c | 1205 [RTE_LOG_NOTICE] = "notice", in eal_parse_log_priority()
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 655 rte_log_set_level(my_logtype2, RTE_LOG_NOTICE);
|