]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/symmetric_mp/main.c
test/spinlock: use compile atomics for lcores sync
[dpdk.git] / examples / multi_process / symmetric_mp / main.c
index ae7f5e0d5076db85dfe7b30029548f13b7e8b79e..79e5c61e404b3760e101d33af3a19f6c7f5ed0eb 100644 (file)
@@ -472,5 +472,8 @@ main(int argc, char **argv)
 
        rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN);
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }