From: Alexander Duyck Date: Tue, 27 Oct 2009 15:52:27 +0000 (+0000) Subject: igb: move alloc_failed and csum_err stats into per rx-ring stat X-Git-Tag: v2.6.33-rc1~388^2~689 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a5fcaaf0e12d066411aa54e42591952aa18da7;p=pandora-kernel.git igb: move alloc_failed and csum_err stats into per rx-ring stat The allocation failed and checksum error stats are currently kept as a global stat. If we end up allocating the queues to multiple netdevs then the global counter doesn't make much sense. For this reason I felt it necessary to move the alloc_rx_buff_failed stat into the rx_stats portion of the rx_ring. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed