commit | faa9dcf793beba05f7178b63a59eaa3ca5175b6a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Jun 03 04:09:10 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 03 20:01:52 2010 -0700 |
tree | 0addd3f98e77ab34a8686eaf6855896efe2f9c4f | |
parent | 4736022844fe694c4ee971fa2b6c1cb38dadbc78 [diff] |
arp: RCU changes Avoid two atomic ops in arp_fwd_proxy() Avoid two atomic ops in arp_process() Valid optims since arp_rcv() is run under rcu_read_lock() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>