]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_barrier.c
net/ice: fix perfect match for ACL rule
[dpdk.git] / app / test / test_barrier.c
index 43b5f6232c6d99fdeba99d34d77ee098e388171e..c27f8a0742f2f682d64a965a1ccbf79cac3fe4f9 100644 (file)
@@ -236,7 +236,7 @@ plock_test(uint64_t iter, enum plock_use_type utype)
 
        /* test phase - start and wait for completion on each active lcore */
 
-       rte_eal_mp_remote_launch(plock_test1_lcore, lpt, CALL_MASTER);
+       rte_eal_mp_remote_launch(plock_test1_lcore, lpt, CALL_MAIN);
        rte_eal_mp_wait_lcore();
 
        /* validation phase - make sure that shared and local data match */