commit | c2a4ffb70eef396148234c1228824008501ab8d2 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Fri Mar 22 11:46:40 2013 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 02 00:23:49 2013 +0200 |
tree | 99e7c925a483355c594eb05caf5ca2e45e381870 | |
parent | 8f3d0023b9bde2e9806455287ca2af3837e1836c [diff] |
ipvs: convert lblc scheduler to rcu The schedule method now needs _rcu list-traversal primitive for svc->destinations. The read_lock for sched_lock is removed. Use a dead flag to prevent new entries to be created while scheduler is reclaimed. Use hlist for the hash table. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>