From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:55 +0000 (-0800) Subject: ixgbe: move CPU variable from ring into q_vector, add ring->q_vector X-Git-Tag: v2.6.38-rc1~476^2~547^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33cf09c9586a0dce472ecd2aac13e8140c9ed1a1;p=pandora-kernel.git ixgbe: move CPU variable from ring into q_vector, add ring->q_vector This is the start of work to sort out what belongs in the rings and what belongs in the q_vector. Items like the CPU variable for make much more sense in the q_vector since the CPU is a per-interrupt thing rather than a per ring thing. I also added a back-pointer from the ring to the q_vector. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed