X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_service_cores.c;fp=app%2Ftest%2Ftest_service_cores.c;h=a922c7ddcc16bf4e49872dcfbc6541ccf0f04f67;hb=505a2b0c64a7f1e087f5a8aaa6940da78c11c81b;hp=9fe38f5e08ce7676a48143da2ed06fc8f1cce3a5;hpb=4a2121667445280e9966b4dbe673d4eca18d50a2;p=dpdk.git diff --git a/app/test/test_service_cores.c b/app/test/test_service_cores.c index 9fe38f5e08..a922c7ddcc 100644 --- a/app/test/test_service_cores.c +++ b/app/test/test_service_cores.c @@ -483,7 +483,7 @@ service_lcore_en_dis_able(void) int ret = rte_eal_remote_launch(service_remote_launch_func, NULL, slcore_id); TEST_ASSERT_EQUAL(0, ret, "Ex-service core remote launch failed."); - rte_eal_mp_wait_lcore(); + rte_eal_wait_lcore(slcore_id); TEST_ASSERT_EQUAL(1, service_remote_launch_flag, "Ex-service core function call had no effect.");