Eric Dumazet 89b0212697 ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()
Even using percpu stats, we still hit tunnel dst_entry refcount in
ip6_tnl_xmit2()

Since we are in RCU locked section, we can use skb_dst_set_noref() and
avoid these atomic operations, leaving dst shared on cpus.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-01 00:12:00 -07:00
..
2010-09-23 14:33:39 -07:00
2011-08-01 00:12:00 -07:00
2010-05-11 14:40:55 +02:00
2011-04-22 11:04:14 -07:00
2011-08-01 00:12:00 -07:00
2011-05-19 16:21:22 -04:00
2011-07-01 16:11:16 -07:00
2011-07-21 21:24:25 -07:00
2010-10-25 13:09:45 -07:00