eal: do not panic on vdev init failure
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal.c
index f94b1b4..debecaa 100644 (file)
@@ -671,7 +671,7 @@ rte_eal_init(int argc, char **argv)
        }
 
        if (rte_eal_dev_init() < 0)
-               rte_panic("Cannot init pmd devices\n");
+               rte_eal_init_alert("Cannot init pmd devices\n");
 
        rte_eal_mcfg_complete();