Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_acl
Function
test_acl
dpdk/app/test/test_acl.c:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
#ifdef RTE_EXEC_ENV_WINDOWS
16
static int
17
test_acl(void)
18
{
19
printf(
"ACL not supported on Windows, skipping test\n"
);
20
return TEST_SKIPPED;
21
}
22
23
#else
24
#include <rte_acl.h>
Callers
nothing calls this directly
Calls
10
test_invalid_rules
Function · 0.85
test_create_find_add
Function · 0.85
test_invalid_layout
Function · 0.85
test_classify
Function · 0.85
test_build_ports_range
Function · 0.85
test_convert
Function · 0.85
test_u32_range
Function · 0.85
test_invalid_parameters
Function · 0.70
test_misc
Function · 0.70
printf
Function · 0.50
Tested by
no test coverage detected