From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:50 +0000 (-0800) Subject: ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap X-Git-Tag: v2.6.38-rc1~476^2~547^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7da51547cc3ab5461e45a8ee0ca73051416fda;p=pandora-kernel.git ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap This change moved some of the RX and TX stats into separate structures and them placed those structures in a union in order to help reduce the size of the ring structure. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed