aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-04-01 14:35:56 +0200
committerPatrick McHardy <kaber@trash.net>2010-04-01 14:35:56 +0200
commit02e4eb75912a5c8babccc1acdc9cc913989be04e (patch)
tree482d37284f058ae8439c47bc57416440caa04f61 /net/netfilter/ipvs/ip_vs_proto.c
parent902a3dd5e6b19048604ec533203d7d38a39505a2 (diff)
downloadkernel_samsung_smdk4412-02e4eb75912a5c8babccc1acdc9cc913989be04e.zip
kernel_samsung_smdk4412-02e4eb75912a5c8babccc1acdc9cc913989be04e.tar.gz
kernel_samsung_smdk4412-02e4eb75912a5c8babccc1acdc9cc913989be04e.tar.bz2
netfilter: xt_hashlimit: RCU conversion
xt_hashlimit uses a central lock per hash table and suffers from contention on some workloads. (Multiqueue NIC or if RPS is enabled) After RCU conversion, central lock is only used when a writer wants to add or delete an entry. For 'readers', updating an existing entry, they use an individual lock per entry. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_proto.c')
0 files changed, 0 insertions, 0 deletions