Home
last modified time | relevance | path

Searched refs:RTE_LOG_NOTICE (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_logs.h26 PMD_DRV_LOG_RAW(hw, RTE_LOG_NOTICE, fmt "\n", ## args)
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_mcdi.c61 RTE_LOG_NOTICE); in sfc_vdpa_mcdi_init()
H A Dsfc_vdpa.c256 RTE_LOG_NOTICE); in sfc_vdpa_pci_probe()
/dpdk/drivers/net/sfc/
H A Dsfc_mcdi.c71 RTE_LOG_NOTICE); in sfc_mcdi_init()
H A Dsfc_log.h64 SFC_LOG(_sa->priv.shared, RTE_LOG_NOTICE, \
H A Dsfc_dp.h67 #define SFC_DP_LOG_LEVEL RTE_LOG_NOTICE
H A Dsfc_ethdev.c2744 RTE_LOG_NOTICE); in sfc_eth_dev_init()
3233 RTE_LOG_NOTICE); in RTE_INIT()
/dpdk/drivers/net/qede/
H A Dqede_logs.h28 rte_log(RTE_LOG_NOTICE, qede_logtype_driver,\
/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx.c125 RTE_LOG_NOTICE); in RTE_INIT()
/dpdk/lib/eal/include/
H A Drte_log.h71 #define RTE_LOG_NOTICE 6U /**< Normal but significant condition. */ macro
/dpdk/lib/eal/common/
H A Deal_common_log.c415 case RTE_LOG_NOTICE: return "notice"; in eal_log_level2str()
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst715 rte_log_set_level(my_logtype2, RTE_LOG_NOTICE);