diff options
| author | Eric Dumazet <[email protected]> | 2018-03-07 08:43:19 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-03-07 18:13:41 -0500 |
| commit | a366e300ae9fc466d333e6d8f2bc5d58ed248041 (patch) | |
| tree | 689aef7cbe9b1df29666ab6a67439a81f2edc7ab /tools/perf/scripts/python/stackcollapse.py | |
| parent | 3f6be0ebdeb2255534664c4ececc2eac1d5dcb30 (diff) | |
ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE
Kirill found that recently added synchronize_rcu() call in
ip6mr_sk_done()
was slowing down netns dismantle and posted a patch to use it only if
the socket
was found.
I instead suggested to get rid of this call, and use instead
SOCK_RCU_FREE
We might later change IPv4 side to use the same technique and unify
both stacks. IPv4 does not use synchronize_rcu() but has a call_rcu()
that could be replaced by SOCK_RCU_FREE.
Tested:
time for i in {1..1000}; do unshare -n /bin/false;done
Before : real 7m18.911s
After : real 10.187s
Fixes: 8571ab479a6e ("ip6mr: Make mroute_sk rcu-based")
Signed-off-by: Eric Dumazet <[email protected]>
Reported-by: Kirill Tkhai <[email protected]>
Cc: Yuval Mintz <[email protected]>
Reviewed-by: Kirill Tkhai <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions