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

Function test_app_start_event_dev

dpdk/app/test/test_dispatcher.c:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193static int
194test_app_start_event_dev(struct test_app *app)
195{
196 int rc;
197
198 rc = rte_event_dev_start(app->event_dev_id);
199 TEST_ASSERT_SUCCESS(rc, "Unable to start event device");
200
201 return TEST_SUCCESS;
202}
203
204static void
205test_app_stop_event_dev(struct test_app *app)

Callers 1

test_app_startFunction · 0.85

Calls 1

rte_event_dev_startFunction · 0.85

Tested by

no test coverage detected