From: Eric Dumazet Date: Mon, 27 Sep 2010 00:35:50 +0000 (+0000) Subject: ipip: percpu stats accounting X-Git-Tag: v2.6.37-rc1~147^2~344 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c97af99a5aa17feaebb4eb0f85f51ab6c055797;p=pandora-kernel.git ipip: percpu stats accounting Maintain per_cpu tx_bytes, tx_packets, rx_bytes, rx_packets. Other seldom used fields are kept in netdev->stats structure, possibly unsafe. This is a preliminary work to support lockless transmit path, and correct RX stats, that are already unsafe. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed