diff options
author | Julian Anastasov <ja@ssi.bg> | 2013-03-22 13:46:48 +0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-04-02 02:23:54 +0400 |
commit | 08cb2d032f13da4a076b51639b104a830b6bd18c (patch) | |
tree | a4b2b10a9e6f3acbd0920fb5c7bcaf1b6a69cc06 /Documentation/IRQ-domain.txt | |
parent | b310faad3e710b6822ebc0ec100db3682444e412 (diff) | |
download | linux-08cb2d032f13da4a076b51639b104a830b6bd18c.tar.xz |
ipvs: convert wrr scheduler to rcu
The schedule method now needs _rcu list-traversal
primitive for svc->destinations. As the weight for some
dest can be reduced during dest selection, change the
algorithm to check weights by using minimum weights in the
1 .. max_weight-(di-1) range, with the same step (di). By this
way we ensure that there will be always a weight >= 1 check
before claiming that all destinations are overloaded.
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'Documentation/IRQ-domain.txt')
0 files changed, 0 insertions, 0 deletions