]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_stack.c
pdump: replace constant for device name size
[dpdk.git] / app / test / test_stack.c
index 463460ccc65f359855d165dba87de16ba3198ddd..02422a32d64fd3b4ba47a9aaad06871c3f005b1c 100644 (file)
@@ -328,7 +328,7 @@ test_stack_multithreaded(uint32_t flags)
 
        thread_test_args.s = s;
 
-       if (rte_eal_mp_remote_launch(stack_thread_push_pop, NULL, CALL_MASTER))
+       if (rte_eal_mp_remote_launch(stack_thread_push_pop, NULL, CALL_MAIN))
                rte_panic("Failed to launch tests\n");
 
        RTE_LCORE_FOREACH(lcore_id) {