From: Alexander Duyck Date: Tue, 27 Oct 2009 23:48:12 +0000 (+0000) Subject: igb: only process global stats in igb_update_stats X-Git-Tag: v2.6.33-rc1~388^2~661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9c01648146a256d8238292ac9c63fed7e00473;p=pandora-kernel.git igb: only process global stats in igb_update_stats This patch moves the update of adapter->net_stats.rx/tx values out of the interrupt routine and into igb_update_stats by just adding together the tx/rx byte/packet counts for the rings. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed