X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fmain.c;h=a69faceef7b8a688a9c84ebb9e41abed5ce7d9e5;hb=21ce8e44b8d395dd90fd43d078b7894df48b6eee;hp=45f07397368872ad53e98dff6c5365fd4b35a79f;hpb=c0b668e0c6b0024c5d1d0881606a6b2b4641889d;p=dpdk.git diff --git a/examples/ip_pipeline/main.c b/examples/ip_pipeline/main.c index 45f0739736..a69faceef7 100644 --- a/examples/ip_pipeline/main.c +++ b/examples/ip_pipeline/main.c @@ -8,6 +8,7 @@ #include #include +#include #include #include "cli.h" @@ -237,6 +238,11 @@ main(int argc, char **argv) return status; } + rte_eal_mp_remote_launch( + thread_main, + NULL, + SKIP_MASTER); + /* Script */ if (app.script_name) cli_script_process(app.script_name,