net/virtio: fix kernel set features for multi-queue device
[dpdk.git] / examples / l3fwd-graph / main.c
index 127c5e8..75c2e0e 100644 (file)
@@ -1123,6 +1123,9 @@ main(int argc, char **argv)
                rte_eth_dev_close(portid);
                printf(" Done\n");
        }
+
+       /* clean up the EAL */
+       rte_eal_cleanup();
        printf("Bye...\n");
 
        return ret;