Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_power
Function
test_power
dpdk/app/test/test_power.c:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#ifndef RTE_LIB_POWER
15
16
static int
17
test_power(void)
18
{
19
printf(
"Power management library not supported, skipping test\n"
);
20
return TEST_SKIPPED;
21
}
22
23
#else
24
Callers
nothing calls this directly
Calls
5
rte_power_set_env
Function · 0.85
rte_power_get_env
Function · 0.85
check_function_ptrs
Function · 0.85
rte_power_unset_env
Function · 0.85
printf
Function · 0.50
Tested by
no test coverage detected