Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_power_caps
Function
test_power_caps
dpdk/app/test/test_power_cpufreq.c:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static int
26
test_power_caps(void)
27
{
28
printf(
"Power management library not supported, skipping test\n"
);
29
return TEST_SKIPPED;
30
}
31
32
#else
33
#include <rte_power.h>
Callers
nothing calls this directly
Calls
3
rte_power_init
Function · 0.85
rte_power_unset_env
Function · 0.85
printf
Function · 0.50
Tested by
no test coverage detected