MCPcopy 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
16static int
17test_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_rulesFunction · 0.85
test_create_find_addFunction · 0.85
test_invalid_layoutFunction · 0.85
test_classifyFunction · 0.85
test_build_ports_rangeFunction · 0.85
test_convertFunction · 0.85
test_u32_rangeFunction · 0.85
test_invalid_parametersFunction · 0.70
test_miscFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected