Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_bpf
Function
test_bpf
dpdk/app/test/test_bpf.c:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#if !defined(RTE_LIB_BPF)
20
21
static int
22
test_bpf(void)
23
{
24
printf(
"BPF not supported, skipping test\n"
);
25
return TEST_SKIPPED;
26
}
27
28
#else
29
Callers
nothing calls this directly
Calls
2
run_test
Function · 0.70
printf
Function · 0.50
Tested by
no test coverage detected