ixgbe: Refactor MSI-X allocation mechanism
authorPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Sun, 1 Feb 2009 09:18:58 +0000 (01:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Feb 2009 09:18:58 +0000 (01:18 -0800)
Our current MSI-X allocation mechanism does not support new hardware
at all.  It also isn't getting the actual number of supported MSI-X vectors
from the device.

This patch allows the number of MSI-X vectors to be specific to a device,
plus it gets the number of MSI-X vectors available from PCIe configuration
space.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found