X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fqos_sched%2Fmain.c;h=a6071b991c76e2539aa6c263c628a38166f908ec;hb=f454f2dbf1e934704040e876729aa50987ae8825;hp=73864d66dbc82331a8aeefb48d2938d2201ffa7c;hpb=f2fc83b40f06da6a6b2476005279ba52d4ce3c44;p=dpdk.git diff --git a/examples/qos_sched/main.c b/examples/qos_sched/main.c index 73864d66db..a6071b991c 100644 --- a/examples/qos_sched/main.c +++ b/examples/qos_sched/main.c @@ -204,7 +204,7 @@ main(int argc, char **argv) return -1; /* launch per-lcore init on every lcore */ - rte_eal_mp_remote_launch(app_main_loop, NULL, SKIP_MASTER); + rte_eal_mp_remote_launch(app_main_loop, NULL, SKIP_MAIN); if (interactive) { sleep(1);