commit | 440f0d588555892601cfe511728a0fc0c8204063 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Jun 10 14:32:47 2009 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Jun 10 14:32:47 2009 +0200 |
tree | 1b98fe9ec8f7e7337f7eed09af2c36a43a9f92b8 | |
parent | a31e1ffd2231b8fdf7eda9ed750a4a0df9bcad4e [diff] |
netfilter: nf_conntrack: use per-conntrack locks for protocol data Introduce per-conntrack locks and use them instead of the global protocol locks to avoid contention. Especially tcp_lock shows up very high in profiles on larger machines. This will also allow to simplify the upcoming reliable event delivery patches. Signed-off-by: Patrick McHardy <kaber@trash.net>