]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_service_cores.c
test/ring: add custom element size functional tests
[dpdk.git] / app / test / test_service_cores.c
index 9fe38f5e08ce7676a48143da2ed06fc8f1cce3a5..a922c7ddcc16bf4e49872dcfbc6541ccf0f04f67 100644 (file)
@@ -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.");