On Sun, Jan 24, 2021 at 11:45:24AM +0100, Simon Horman wrote:
> On Wed, Jan 06, 2021 at 09:25:47PM +0200, Julian Anastasov wrote:
> >
> > Hello,
> >
> > On Wed, 6 Jan 2021, dpayne wrote:
> >
> > > Adds the random twos choice load-balancing algorithm. The algorithm will
> > > pick two random servers based on weights. Then select the server with
> > > the least amount of connections normalized by weight. The algorithm
> > > avoids the "herd behavior" problem. The algorithm comes from a paper
> > > by Michael Mitzenmacher available here
> > > http://www.eecs.harvard.edu/~michaelm/NEWWORK/postscripts/twosurvey.pdf
> > >
> > > Signed-off-by: dpayne <darby.payne@xxxxxxxxx>
> >
> > Looks good to me for -next, thanks!
> >
> > Acked-by: Julian Anastasov <ja@xxxxxx>
>
> Sorry for the delay,
>
> Acked-by: Simon Horman <horms@xxxxxxxxxxxx>
Applied, thanks.
|