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

Function test_mp_secondary

dpdk/app/test/test_mp_secondary.c:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#ifdef RTE_EXEC_ENV_WINDOWS
19int
20test_mp_secondary(void)
21{
22 printf("mp_secondary not supported on Windows, skipping test\n");
23 return TEST_SKIPPED;
24}
25#else
26
27#include <sys/wait.h>

Callers

nothing calls this directly

Calls 4

rte_eal_process_typeFunction · 0.85
run_secondary_instancesFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected