commit | 290b895e0ba4552dfcfc4bd35759c192345b934a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Sep 27 00:33:35 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 27 21:30:42 2010 -0700 |
tree | 439ffccea9fa87b28b6af2a06e562cc5a0c01f80 | |
parent | af5ef241133b602a77b682009f112e7c3f7604e5 [diff] |
tunnels: prepare percpu accounting Tunnels are going to use percpu for their accounting. They are going to use a new tstats field in net_device. skb_tunnel_rx() is changed to be a wrapper around __skb_tunnel_rx() IPTUNNEL_XMIT() is changed to be a wrapper around __IPTUNNEL_XMIT() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>