]> git.droids-corp.org - dpdk.git/blobdiff - examples/vmdq_dcb/main.c
app/testpmd: support cleanup Tx queue mbufs
[dpdk.git] / examples / vmdq_dcb / main.c
index 1a74364638064fc376ec077d7e49e2a58e8eeff1..ba992802e965c2528cff5504b55fcbeb2aba7021 100644 (file)
@@ -707,5 +707,8 @@ main(int argc, char *argv[])
        /* call on main too */
        (void) lcore_main((void*)i);
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }