LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

Re: [PATCH v6] ipvs: add weighted random twos choice algorithm

To: Simon Horman <horms@xxxxxxxxxxxx>
Subject: Re: [PATCH v6] ipvs: add weighted random twos choice algorithm
Cc: Julian Anastasov <ja@xxxxxx>, dpayne <darby.payne@xxxxxxxxx>, netfilter-devel@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx
From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
Date: Tue, 26 Jan 2021 01:04:52 +0100
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.

<Prev in Thread] Current Thread [Next in Thread>