MCPcopy 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
21static int
22test_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_testFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected