]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipv4_multicast/main.c
ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / ipv4_multicast / main.c
index 3bd37e4814dc77e7baba3b304a57e57b82d809ea..da4e09dba01d69fce9ef96e7e55e79a5d9fc871a 100644 (file)
@@ -753,10 +753,6 @@ MAIN(int argc, char **argv)
        if (clone_pool == NULL)
                rte_exit(EXIT_FAILURE, "Cannot init clone mbuf pool\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");