Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_log_set_global_level
Function
rte_log_set_global_level
dpdk/lib/log/log.c:102–106 ·
view source on GitHub ↗
Set global log level */
Source
from the content-addressed store, hash-verified
100
101
/* Set global log level */
102
void
103
rte_log_set_global_level(uint32_t level)
104
{
105
rte_logs.level = (uint32_t)level;
106
}
107
108
/* Get global log level */
109
uint32_t
Callers
10
ff_log_set_global_level
Function · 0.85
log.c
File · 0.85
eal_parse_log_level
Function · 0.85
test_legacy_logs
Function · 0.85
test_logs
Function · 0.85
test_ethdev_api
Function · 0.85
test_ipfrag
Function · 0.85
test_security
Function · 0.85
test_link_status
Function · 0.85
cmd_set_log_parsed
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_legacy_logs
Function · 0.68
test_logs
Function · 0.68
test_ethdev_api
Function · 0.68
test_ipfrag
Function · 0.68
test_security
Function · 0.68
test_link_status
Function · 0.68