From: Alexander Duyck Date: Thu, 12 Nov 2009 18:37:38 +0000 (+0000) Subject: igb: Rework how netdev->stats is handled X-Git-Tag: v2.6.33-rc1~388^2~385 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128e45eb61b90c0c3094139cab6d00f67ff31377;p=pandora-kernel.git igb: Rework how netdev->stats is handled This patch does some refactoring work that I felt was needed after reviewing the changes recently submitted relating to the replacement of net_stats with netdev->stats. This patch essentially creates two different collections of stats. The first handles the adapter specific states and is stored in gstring_stats, and the second is for netdev specific stats and is stored in gstring_net_stats. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed