From: Alexander Duyck Date: Sat, 11 Jun 2011 01:45:08 +0000 (+0000) Subject: ixgbe: Move interrupt related values out of ring and into q_vector X-Git-Tag: v3.1-rc1~316^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd19805803a954415ec36a559fd3b8a0a3647d7c;p=pandora-kernel.git ixgbe: Move interrupt related values out of ring and into q_vector This change moves work_limit, total_packets, and total_bytes into the ring container struct of the q_vector. The advantage of this is that it should reduce the size of memory used in the event of multiple rings being assigned to a single q_vector. In addition it should help to reduce the total workload for calculating itr since now total_packets and total_bytes will be the total work done of the interrupt instead of for the ring. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed