]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: move CPU variable from ring into q_vector, add ring->q_vector
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 17 Nov 2010 03:26:55 +0000 (19:26 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Nov 2010 03:26:55 +0000 (19:26 -0800)
commit33cf09c9586a0dce472ecd2aac13e8140c9ed1a1
treeadd9e26fdac5fc681b785f56c88cb4b609bc0d90
parentc60fbb00f0400792adf873dbacd431885653b77d
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 <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c