app/testpmd: support cleanup Tx queue mbufs
[dpdk.git] / examples / vmdq_dcb / main.c
index 1a74364..ba99280 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;
 }