ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / multi_process / client_server_mp / shared / init_drivers.h
index afa03bd..5d9a90f 100644 (file)
@@ -40,7 +40,7 @@
 static inline int
 init_drivers(void)
 {
-       if (rte_pmd_init_all() < 0 || rte_eal_pci_probe() < 0)
+       if (rte_eal_pci_probe() < 0)
                return -1;
 
        return 0;