]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7cf0fe7c68922be8160237b9efc87bdae94fcc8d
treeee6f9d280d0de7ebc1870150dcd60eb9dcf999ef
parent8298b9e4bd475dcd6332b3e90de9ed62a5d7dbd0
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