MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_table

Function test_table

dpdk/app/test/test_table.c:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#ifdef RTE_EXEC_ENV_WINDOWS
12static int
13test_table(void)
14{
15 printf("table not supported on Windows, skipping test\n");
16 return TEST_SKIPPED;
17}
18#else
19
20#include "test_table.h"

Callers

nothing calls this directly

Calls 6

test_table_pipelineFunction · 0.85
test_table_aclFunction · 0.85
app_free_resourcesFunction · 0.85
app_init_ringsFunction · 0.70
app_init_mbuf_poolsFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected