]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: add structure for containing RX/TX rings to q_vector
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 11 Jun 2011 01:45:03 +0000 (01:45 +0000)
committerJoe Jin <joe.jin@oracle.com>
Fri, 3 Feb 2012 01:20:21 +0000 (09:20 +0800)
commit00a31770ad139cc88e6aabe7304cd7815ca19de2
tree593e5e618dcabbe93e34f083a5a5da6933427494
parent03a70d4a2397baf48120da599acca7c0dfa50168
ixgbe: add structure for containing RX/TX rings to q_vector

This patch adds support for a ring container structure to be used within
the q_vector.  The basic idea is to provide a means of separating the RX
and TX rings while maintaining a common structure for their containment.
The advantage to this is that later we should be able to pass this
structure to the update_itr functions without needing to pass individual
rings.

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>
(cherry picked from commit 08c8833b29cfa4343ff132eebc5648b234eb3f85)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_ethtool.c
drivers/net/ixgbe/ixgbe_main.c