net/sfc: explicitly control IRQ used for Rx queues
[dpdk.git] / examples / cmdline / main.c
index bb79542..94002f0 100644 (file)
@@ -36,5 +36,8 @@ int main(int argc, char **argv)
        cmdline_interact(cl);
        cmdline_stdin_exit(cl);
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }