]> git.droids-corp.org - dpdk.git/blobdiff - examples/helloworld/main.c
net/virtio: fix kernel set features for multi-queue device
[dpdk.git] / examples / helloworld / main.c
index 8a4cee60ff07418b8327b144f562fdaab19025bc..ac72145c736732cb2c2258deb6c529810ad65216 100644 (file)
@@ -43,5 +43,9 @@ main(int argc, char **argv)
        lcore_hello(NULL);
 
        rte_eal_mp_wait_lcore();
        lcore_hello(NULL);
 
        rte_eal_mp_wait_lcore();
+
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }
        return 0;
 }