From: Peter P Waskiewicz Jr Date: Sun, 1 Feb 2009 09:18:58 +0000 (-0800) Subject: ixgbe: Refactor MSI-X allocation mechanism X-Git-Tag: v2.6.30-rc1~662^2~845 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb7f139ce523bfe03b1628c66d3e1d50f3c07196;p=pandora-kernel.git ixgbe: Refactor MSI-X allocation mechanism 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed