]> git.droids-corp.org - dpdk.git/blobdiff - examples/exception_path/main.c
ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / exception_path / main.c
index 0bc149dacc40ff6c0e88346db7d136de5cb2bd2c..d73b4133446b05850124d23c76110eb5a704783c 100644 (file)
@@ -566,11 +566,6 @@ main(int argc, char** argv)
                return -1;
        }
 
-       /* Initialise PMD driver(s) */
-       ret = rte_pmd_init_all();
-       if (ret < 0)
-               FATAL_ERROR("Could not probe PMD (%d)", ret);
-
        /* Scan PCI bus for recognised devices */
        ret = rte_eal_pci_probe();
        if (ret < 0)