net/sfc: explicitly control IRQ used for Rx queues
[dpdk.git] / examples / ip_reassembly / main.c
index 954a115..ce8882a 100644 (file)
@@ -1201,5 +1201,8 @@ main(int argc, char **argv)
                        return -1;
        }
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }