Home
last modified time | relevance | path

Searched refs:log_level (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_log.c125 int log_level; in rte_log_can_log() local
130 log_level = rte_log_get_level(logtype); in rte_log_can_log()
131 if (log_level < 0) in rte_log_can_log()
134 if (level > (uint32_t)log_level) in rte_log_can_log()
/dpdk/drivers/net/tap/
H A Dtap_bpf.h81 __u32 log_level; member
H A Dtap_bpf_api.c126 attr.log_level = 0; in bpf_load()