ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / ipv4_frag / main.c
index 93664c8..329f2ce 100644 (file)
@@ -608,10 +608,6 @@ MAIN(int argc, char **argv)
        if (pool_indirect == NULL)
                rte_panic("Cannot init indirect mbuf pool\n");
 
-       /* init driver */
-       if (rte_pmd_init_all() < 0)
-               rte_panic("Cannot init PMD\n");
-
        if (rte_eal_pci_probe() < 0)
                rte_panic("Cannot probe PCI\n");