MCPcopy Index your code
hub / github.com/F-Stack/f-stack / test_eventdev_count

Function test_eventdev_count

dpdk/app/test/test_eventdev.c:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static int
55test_eventdev_count(void)
56{
57 uint8_t count;
58 count = rte_event_dev_count();
59 TEST_ASSERT(count > 0, "Invalid eventdev count %" PRIu8, count);
60 return TEST_SUCCESS;
61}
62
63static int
64test_eventdev_get_dev_id(void)

Callers

nothing calls this directly

Calls 1

rte_event_dev_countFunction · 0.85

Tested by

no test coverage detected