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

Function ut_setup_pdcp_event_timer

dpdk/app/test/test_pdcp.c:2193–2207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2191#endif /* RTE_LIB_EVENTDEV */
2192
2193static int
2194ut_setup_pdcp_event_timer(void)
2195{
2196#ifdef RTE_LIB_EVENTDEV
2197 int ret;
2198
2199 ret = eventdev_setup();
2200 if (ret)
2201 return ret;
2202
2203 return event_timer_setup();
2204#else
2205 return TEST_SKIPPED;
2206#endif /* RTE_LIB_EVENTDEV */
2207}
2208
2209static void
2210ut_teardown_pdcp_event_timer(void)

Callers

nothing calls this directly

Calls 2

event_timer_setupFunction · 0.85
eventdev_setupFunction · 0.70

Tested by

no test coverage detected