Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
static int
17
test_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_mbuf_dynfield_register
Function · 0.85
rte_lcore_count
Function · 0.85
rte_distributor_create
Function · 0.85
rte_socket_id
Function · 0.85
rte_distributor_flush
Function · 0.85
rte_distributor_clear_returns
Function · 0.85
rte_pktmbuf_pool_create
Function · 0.85
rte_eal_mp_remote_launch
Function · 0.85
sanity_test
Function · 0.85
sanity_test_with_mbuf_alloc
Function · 0.85
sanity_test_with_worker_shutdown
Function · 0.85
test_flush_with_worker_shutdown
Function · 0.85
Tested by
no test coverage detected