From: Alexander Duyck Date: Thu, 4 Jun 2009 16:00:09 +0000 (+0000) Subject: ixgbe: move v_idx into q_vector and use as index only X-Git-Tag: v2.6.31-rc1~330^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe49f04aa8c0f74c363cbb1e9852a0d7769b5a99;p=pandora-kernel.git ixgbe: move v_idx into q_vector and use as index only The v_idx value was being used as both a bitmask and an index. This change makes it so that the q_vector contains the index and allows for much of the code to be simplified since disabling a q_vector involves only clearing one bit in the interrupt bitmask. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed