]> git.droids-corp.org - dpdk.git/blobdiff - examples/netmap_compat/bridge/bridge.c
ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / netmap_compat / bridge / bridge.c
index ecf5757651039337c8930d5d69cc72196c56f4af..e0cef5796c3626536789c547a9b1dcbaa334978a 100644 (file)
@@ -294,10 +294,6 @@ int main(int argc, char *argv[])
        if (ports.num == 0)
                rte_exit(EXIT_FAILURE, "no ports specified\n");
 
-       err = rte_pmd_init_all();
-       if (err < 0)
-               rte_exit(EXIT_FAILURE, "rte_pmd_init_all(): error %d\n", err);
-
        err = rte_eal_pci_probe();
        if (err < 0)
                rte_exit(EXIT_FAILURE, "rte_eal_pci_probe(): error %d\n", err);