From: Alexander Duyck Date: Sat, 11 Jun 2011 01:45:03 +0000 (+0000) Subject: ixgbe: add structure for containing RX/TX rings to q_vector X-Git-Tag: v3.1-rc1~316^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c8833b29cfa4343ff132eebc5648b234eb3f85;p=pandora-kernel.git 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 Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed