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

Function ut_teardown_pdcp_event_timer

dpdk/app/test/test_pdcp.c:2209–2222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2207}
2208
2209static void
2210ut_teardown_pdcp_event_timer(void)
2211{
2212#ifdef RTE_LIB_EVENTDEV
2213 struct rte_event_timer_adapter *timdev = testsuite_params.timdev;
2214 int evdev = testsuite_params.evdev;
2215
2216 rte_event_dev_stop(evdev);
2217 rte_event_dev_close(evdev);
2218
2219 rte_event_timer_adapter_stop(timdev);
2220 rte_event_timer_adapter_free(timdev);
2221#endif /* RTE_LIB_EVENTDEV */
2222}
2223
2224static int
2225run_test_for_one_known_vec(const void *arg)

Callers

nothing calls this directly

Calls 4

rte_event_dev_stopFunction · 0.85
rte_event_dev_closeFunction · 0.85

Tested by

no test coverage detected