| /dpdk/lib/log/ |
| H A D | log.c | 39 uint32_t level; /**< Log level. */ 47 .level = RTE_LOG_DEBUG, 58 /** Log level value obtained from the option */ 59 uint32_t level; 64 /** List of valid EAL log level options */ 73 uint32_t loglevel; /**< log level - see rte_log.h */ 100 /* Set global log level */ 102 rte_log_set_global_level(uint32_t level) 104 rte_logs.level in rte_log_set_global_level() 32 uint32_t level; /**< Log level. */ global() member 49 uint32_t level; global() member 103 rte_log_set_global_level(uint32_t level) rte_log_set_global_level() argument 125 rte_log_can_log(uint32_t logtype,uint32_t level) rte_log_can_log() argument 143 logtype_set_level(uint32_t type,uint32_t level) logtype_set_level() argument 158 rte_log_set_level(uint32_t type,uint32_t level) rte_log_set_level() argument 172 rte_log_set_level_regexp(const char * regex,uint32_t level) rte_log_set_level_regexp() argument 230 eal_log_save_regexp(const char * regex,uint32_t level) eal_log_save_regexp() argument 237 rte_log_set_level_pattern(const char * pattern,uint32_t level) rte_log_set_level_pattern() argument 256 eal_log_save_pattern(const char * pattern,uint32_t level) eal_log_save_pattern() argument 289 log_register(const char * name,uint32_t level) log_register() argument 330 uint32_t level = level_def; rte_log_register_type_and_pick_level() local 389 eal_log_level2str(uint32_t level) eal_log_level2str() argument 472 rte_vlog(uint32_t level,uint32_t logtype,const char * format,va_list ap) rte_vlog() argument 497 rte_log(uint32_t level,uint32_t logtype,const char * format,...) rte_log() argument [all...] |
| H A D | rte_log.h | 73 #define RTE_LOG_DEBUG 8U /**< Debug-level messages. */ 74 #define RTE_LOG_MAX RTE_LOG_DEBUG /**< Most detailed log level. */ 101 * Set the global log level. 103 * After this call, logs with a level lower or equal than the level 106 * @param level 107 * Log level. A value between RTE_LOG_EMERG (1) and RTE_LOG_DEBUG (8). 109 void rte_log_set_global_level(uint32_t level); 112 * Get the global log level. 115 * The current global log level 479 RTE_LOG_REGISTER_IMPL(type,name,level) global() argument 501 RTE_LOG_REGISTER(type,name,level) global() argument 508 RTE_LOG_REGISTER_DEFAULT(type,level) global() argument 515 RTE_LOG_REGISTER_SUFFIX(type,suffix,level) global() argument [all...] |
| H A D | log_internal.h | 25 int eal_log_save_regexp(const char *regexp, uint32_t level); 27 int eal_log_save_pattern(const char *pattern, uint32_t level); 36 * Convert log level to string. 39 const char *eal_log_level2str(uint32_t level);
|
| /dpdk/drivers/compress/qat/dev/ |
| H A D | qat_comp_pmd_gen1.c | 120 if (xform->compress.level == RTE_COMP_LEVEL_PMD_DEFAULT) in qat_comp_set_slice_cfg_word_gen1() 122 else if (xform->compress.level == 1) in qat_comp_set_slice_cfg_word_gen1() 124 else if (xform->compress.level == 2) in qat_comp_set_slice_cfg_word_gen1() 126 else if (xform->compress.level == 3) in qat_comp_set_slice_cfg_word_gen1() 128 else if (xform->compress.level >= 4 && in qat_comp_set_slice_cfg_word_gen1() 129 xform->compress.level <= 9) in qat_comp_set_slice_cfg_word_gen1()
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_logs.c | 12 bcmfs_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in bcmfs_hexdump_log() argument 15 if (level > rte_log_get_global_level()) in bcmfs_hexdump_log() 17 if (level > (uint32_t)(rte_log_get_level(logtype))) in bcmfs_hexdump_log()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_intr.c | 51 __in unsigned int level) in efx_mcdi_trigger_interrupt() argument 60 if (level >= enp->en_nic_cfg.enc_intr_limit) { in efx_mcdi_trigger_interrupt() 71 MCDI_IN_SET_DWORD(req, TRIGGER_INTERRUPT_IN_INTR_LEVEL, level); in efx_mcdi_trigger_interrupt() 94 __in unsigned int level) in ef10_intr_trigger() argument 108 if ((rc = efx_mcdi_trigger_interrupt(enp, level)) != 0) in ef10_intr_trigger()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 70 #define PMD_DRV_LOG___(level, type, name, ...) \ argument 71 rte_log(RTE_LOG_ ## level, \ 79 #define PMD_DRV_LOG__(level, type, name, ...) \ argument 80 PMD_DRV_LOG___(level, type, name, "%s:%u: %s(): " __VA_ARGS__) 81 #define PMD_DRV_LOG_(level, type, name, s, ...) \ argument 82 PMD_DRV_LOG__(level, type, name,\ 90 #define PMD_DRV_LOG__(level, type, name, ...) \ argument 91 PMD_DRV_LOG___(level, type, name, __VA_ARGS__) 92 #define PMD_DRV_LOG_(level, type, name, s, ...) \ argument 93 PMD_DRV_LOG__(level, type, name, s "\n", __VA_ARGS__)
|
| H A D | mlx5_common_log.h | 15 #define DRV_LOG(level, ...) \ argument 16 PMD_DRV_LOG_(level, mlx5_common_logtype, MLX5_COMMON_LOG_PREFIX, \
|
| /dpdk/lib/acl/ |
| H A D | acl_bld.c | 98 uint32_t level, struct rte_acl_node **node_c); 160 acl_alloc_node(struct acl_build_context *context, int level) in acl_alloc_node() argument 174 node->level = level; in acl_alloc_node() 399 next = acl_alloc_node(context, node->level); in acl_dup_node() 597 uint32_t level, struct rte_acl_node **return_c) in acl_merge_trie() argument 627 if (level > 0) in acl_merge_trie() 675 level + 1, in acl_merge_trie() 767 if (level == 0) in acl_merge_trie() 788 struct rte_acl_node *end, int size, int level) in acl_gen_full_range() argument 795 node = acl_alloc_node(context, level++); in acl_gen_full_range() [all …]
|
| H A D | acl_log.h | 7 #define ACL_LOG(level, ...) \ argument 8 RTE_LOG_LINE(level, ACL, "" __VA_ARGS__)
|
| /dpdk/lib/mbuf/ |
| H A D | mbuf_log.h | 5 #define MBUF_LOG(level, ...) \ argument 6 RTE_LOG_LINE(level, MBUF, "" __VA_ARGS__)
|
| /dpdk/lib/rib/ |
| H A D | rib_log.h | 7 #define RIB_LOG(level, ...) \ argument 8 RTE_LOG_LINE(level, RIB, "" __VA_ARGS__)
|
| /dpdk/lib/port/ |
| H A D | port_log.h | 10 #define PORT_LOG(level, ...) \ argument 11 RTE_LOG_LINE(level, PORT, "" __VA_ARGS__)
|
| /dpdk/lib/lpm/ |
| H A D | lpm_log.h | 5 #define LPM_LOG(level, ...) \ argument 6 RTE_LOG_LINE(level, LPM, "" __VA_ARGS__)
|
| /dpdk/lib/table/ |
| H A D | table_log.h | 10 #define TABLE_LOG(level, ...) \ argument 11 RTE_LOG_LINE(level, TABLE, "" __VA_ARGS__)
|
| /dpdk/lib/sched/ |
| H A D | rte_sched_log.h | 5 #define SCHED_LOG(level, ...) \ argument 6 RTE_LOG_LINE(level, SCHED, "" __VA_ARGS__)
|
| /dpdk/lib/fib/ |
| H A D | fib_log.h | 5 #define FIB_LOG(level, ...) \ argument 6 RTE_LOG_LINE(level, FIB, "" __VA_ARGS__)
|
| /dpdk/lib/member/ |
| H A D | member.h | 10 #define MEMBER_LOG(level, ...) \ argument 11 RTE_LOG_LINE_PREFIX(level, MEMBER, \
|
| /dpdk/drivers/crypto/mlx5/ |
| H A D | mlx5_crypto_utils.h | 14 #define DRV_LOG(level, ...) \ argument 15 PMD_DRV_LOG_(level, mlx5_crypto_logtype, MLX5_CRYPTO_LOG_PREFIX, \
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_utils.h | 15 #define DRV_LOG(level, ...) \ argument 16 PMD_DRV_LOG_(level, mlx5_vdpa_logtype, MLX5_VDPA_LOG_PREFIX, \
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress_utils.h | 15 #define DRV_LOG(level, ...) \ argument 16 PMD_DRV_LOG_(level, mlx5_compress_logtype, MLX5_COMPRESS_LOG_PREFIX, \
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_utils.h | 14 #define DRV_LOG(level, ...) \ argument 15 PMD_DRV_LOG_(level, mlx5_regex_logtype, MLX5_REGEX_LOG_PREFIX, \
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_logs.h | 13 #define IONIC_PRINT(level, ...) \ argument 14 RTE_LOG_LINE_PREFIX(level, IONIC, "%s(): ", __func__, __VA_ARGS__)
|
| /dpdk/lib/stack/ |
| H A D | stack_pvt.h | 13 #define STACK_LOG(level, ...) \ argument 14 RTE_LOG_LINE_PREFIX(level, STACK, "%s(): ", __func__, __VA_ARGS__)
|
| /dpdk/drivers/common/qat/ |
| H A D | qat_logs.c | 11 qat_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in qat_hexdump_log() argument 14 if (rte_log_can_log(logtype, level)) in qat_hexdump_log()
|