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

Function test_app_start

dpdk/app/test/test_dispatcher.c:667–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667static int
668test_app_start(struct test_app *app)
669{
670 int rc;
671
672 rc = test_app_start_event_dev(app);
673 if (rc != TEST_SUCCESS)
674 return rc;
675
676 rc = test_app_start_service_cores(app);
677 if (rc != TEST_SUCCESS)
678 return rc;
679
680 test_app_start_dispatcher(app);
681
682 app->running = true;
683
684 return TEST_SUCCESS;
685}
686
687static int
688test_app_stop(struct test_app *app)

Callers 2

test_basicFunction · 0.85
test_dropFunction · 0.85

Calls 3

test_app_start_event_devFunction · 0.85

Tested by

no test coverage detected