]> git.droids-corp.org - dpdk.git/blobdiff - examples/dpdk_qat/main.c
ixgbe: convert to use of PMD_REGISTER_DRIVER and fix linking
[dpdk.git] / examples / dpdk_qat / main.c
index 64cb6105d28387f6be7531af4641e25f5e7a0b52..741d3f36a7aec591997903b0472bf597ed4924f0 100644 (file)
@@ -696,12 +696,6 @@ MAIN(int argc, char **argv)
        if (ret < 0)
                return -1;
 
-       /* init driver */
-#ifdef RTE_LIBRTE_IXGBE_PMD
-       if (rte_ixgbe_pmd_init() < 0)
-               rte_panic("Cannot init ixgbe pmd\n");
-#endif
-
        if (rte_eal_pci_probe() < 0)
                rte_panic("Cannot probe PCI\n");