ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU cores
authorPJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
Tue, 31 Mar 2009 21:34:05 +0000 (21:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2009 08:02:31 +0000 (01:02 -0700)
commit8be0e4671d6355b2d905cb8fd051393b2cbf9510
treeee6f9d280d0de7ebc1870150dcd60eb9dcf999ef
parentcd7664f69fe1f3f75b664503ae3e11a2971a4865
ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU cores

MSI-X allocation broke after the 82599 merge on systems with more than 8
CPU cores.  82598 drops back into MSI mode, which isn't sufficient to run
full, efficient 10G line rate.

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>
drivers/net/ixgbe/ixgbe_main.c