commit | 96d362202bfc0e5da78ee59b1645296fbca515f4 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Jun 02 19:21:31 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 03 03:18:19 2010 -0700 |
tree | ce3cc34d9a75f8c5d91ea9eb711993657d32af77 | |
parent | b5f7e7554753e2cc3ef3bef0271fdb32027df2ba [diff] |
ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mc Avoid two atomic ops on struct in_device refcount per incoming packet, if slow path taken, (or route cache disabled) Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>