]> git.droids-corp.org - dpdk.git/blobdiff - examples/pipeline/main.c
app/crypto-perf: support lookaside IPsec
[dpdk.git] / examples / pipeline / main.c
index 2303c9e46c78c2d846084204328a5cd627362ebe..8ea19f9dd5844eb8c011852110bdbdbe25afa32e 100644 (file)
@@ -166,7 +166,7 @@ main(int argc, char **argv)
        rte_eal_mp_remote_launch(
                thread_main,
                NULL,
-               SKIP_MASTER);
+               SKIP_MAIN);
 
        /* Script */
        if (app.script_name)
@@ -190,4 +190,7 @@ main(int argc, char **argv)
 
                conn_poll_for_msg(conn);
        }
+
+       /* clean up the EAL */
+       rte_eal_cleanup();
 }