X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvmdq%2Fmain.c;fp=examples%2Fvmdq%2Fmain.c;h=a162d8b5d4f54ecd917517022d11bc3bd940475d;hb=68fa37e021a1c44c6b2a947cefc20eb61c729947;hp=35df23407a36850f9525508ed1e36139726da18e;hpb=6bc2415c3387ae72f2ce3677f0e3540e734583d5;p=dpdk.git diff --git a/examples/vmdq/main.c b/examples/vmdq/main.c index 35df23407a..a162d8b5d4 100644 --- a/examples/vmdq/main.c +++ b/examples/vmdq/main.c @@ -597,9 +597,6 @@ MAIN(int argc, char *argv[]) if (ret < 0) rte_exit(EXIT_FAILURE, "Invalid VMDQ argument\n"); - if (rte_eal_pci_probe() != 0) - rte_exit(EXIT_FAILURE, "Error with NIC driver initialization\n"); - for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id ++) if (rte_lcore_is_enabled(lcore_id)) lcore_ids[core_id ++] = lcore_id;