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

Function test_rawdev_selftests

dpdk/app/test/test_rawdev.c:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#ifdef RTE_EXEC_ENV_WINDOWS
14static int
15test_rawdev_selftests(void)
16{
17 printf("rawdev not supported on Windows, skipping test\n");
18 return TEST_SKIPPED;
19}
20#else
21
22#include <rte_rawdev.h>

Callers

nothing calls this directly

Calls 4

rte_rawdev_countFunction · 0.85
rte_rawdev_selftestFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected