igb: assume MSI-X interrupts during initialization
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / igb_main.c
index e174fbbdba4049d9a335b33498b4866da08c96ac..ba019fc87fd1b7755f0bc0e41cfbb1ddfc611485 100644 (file)
@@ -2986,6 +2986,9 @@ static int igb_sw_init(struct igb_adapter *adapter)
        }
 #endif /* CONFIG_PCI_IOV */
 
+       /* Assume MSI-X interrupts, will be checked during IRQ allocation */
+       adapter->flags |= IGB_FLAG_HAS_MSIX;
+
        igb_probe_vfs(adapter);
 
        igb_init_queue_configuration(adapter);
This page took 0.025507 seconds and 5 git commands to generate.