Julian Anastasov 08cb2d032f 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>
2013-04-02 00:23:54 +02:00
..
2013-02-11 14:16:26 -05:00
2013-03-28 01:20:42 -04:00
2013-03-28 01:20:42 -04:00
2013-03-28 01:20:42 -04:00
2013-04-02 00:22:53 +02:00
2013-03-17 14:35:13 -04:00
2013-03-28 01:20:42 -04:00
2013-03-07 16:26:45 -05:00
2013-03-28 01:20:42 -04:00
2013-03-28 01:20:42 -04:00
2013-03-08 00:35:44 -05:00
2013-02-21 12:05:51 -08:00
2013-03-26 14:23:45 -07:00
2013-03-28 01:20:42 -04:00
2012-09-26 21:10:25 -04:00
2013-02-10 19:41:08 -05:00