From: Alexander Duyck Date: Sat, 5 May 2012 05:30:43 +0000 (+0000) Subject: ixgbe: count q_vectors instead of MSI-X vectors X-Git-Tag: v3.6-rc1~125^2~197^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c7ffbe7b9eee0dbbce09d9afbfdbec98324438;p=pandora-kernel.git ixgbe: count q_vectors instead of MSI-X vectors It makes much more sense for us to count q_vectors instead of MSI-X vectors. We were using num_msix_vectors to find the number of q_vectors in multiple places. This was wasteful since we only had one place that actually needs the number of MSI-X vectors and that is in slow path. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed