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

Function test_distributor

dpdk/app/test/test_distributor.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_distributor(void)
18{
19 printf("distributor not supported on Windows, skipping test\n");
20 return TEST_SKIPPED;
21}
22
23#else
24

Callers

nothing calls this directly

Calls 15

rte_lcore_countFunction · 0.85
rte_distributor_createFunction · 0.85
rte_socket_idFunction · 0.85
rte_distributor_flushFunction · 0.85
rte_pktmbuf_pool_createFunction · 0.85
rte_eal_mp_remote_launchFunction · 0.85
sanity_testFunction · 0.85

Tested by

no test coverage detected