]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_ixgbe/ixgbe_ethdev.c
ethdev: add link state interrupt flag
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_ethdev.c
index e0c80b37d35333715ce25fad1e3a0fab33cb2794..59122a19537c6928d6b0d5b6637299e28441da3e 100644 (file)
@@ -1049,7 +1049,7 @@ static struct eth_driver rte_ixgbe_pmd = {
        {
                .name = "rte_ixgbe_pmd",
                .id_table = pci_id_ixgbe_map,
-               .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
+               .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_INTR_LSC,
        },
        .eth_dev_init = eth_ixgbe_dev_init,
        .dev_private_size = sizeof(struct ixgbe_adapter),