]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_meter/main.c
ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / qos_meter / main.c
index bc767034c2dd5f2fa56f68e4ecbafa4b5e72e5b7..e1698cc751512c17262c38216328c8598edb0c1c 100755 (executable)
@@ -386,10 +386,6 @@ MAIN(int argc, char **argv)
        if (pool == NULL)
                rte_exit(EXIT_FAILURE, "Buffer pool creation error\n");
 
-       /* PMD init */
-       if (rte_pmd_init_all() < 0)
-               rte_exit(EXIT_FAILURE, "PMD init error\n");
-
        if (rte_eal_pci_probe() < 0)
                rte_exit(EXIT_FAILURE, "PCI probe error\n");