commit | c0d0c0a1c0d35b76f3859b69110f614056d845fe | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Fri Mar 22 11:46:44 2013 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 02 00:23:52 2013 +0200 |
tree | 77fb85b4cbed8efe0e323e7401db81b66761bc32 | |
parent | f92ea8f09605c26e35789a6865e87d5e3d8aaddd [diff] |
ipvs: convert rr scheduler to rcu The schedule method now needs _rcu list-traversal primitive for svc->destinations. As the previous entry could be unlinked, limit the list traversals to 2 when lookup started from previous entry. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>