]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-vf/main.c
ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / l3fwd-vf / main.c
index fb811fad335b80c91836df906fa73c33960459bc..793caccc93039282eaf2861785a7a8ef226ccc5e 100644 (file)
@@ -1007,10 +1007,6 @@ MAIN(int argc, char **argv)
        if (ret < 0)
                rte_exit(EXIT_FAILURE, "init_lcore_rx_queues failed\n");
 
-       /* init driver */
-       if (rte_pmd_init_all() < 0)
-               rte_exit(EXIT_FAILURE, "Cannot init pmd\n");
-
        if (rte_eal_pci_probe() < 0)
                rte_exit(EXIT_FAILURE, "Cannot probe PCI\n");