From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v6] ipvs: add weighted random twos choice algorithm Date: Tue, 26 Jan 2021 01:04:52 +0100 Message-ID: <20210126000452.GA29052@salvia> References: <20210106190242.1044489-1-darby.payne@gmail.com> <20210124104524.GG576@vergenet.net> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20210124104524.GG576@vergenet.net> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman Cc: Julian Anastasov , dpayne , netfilter-devel@vger.kernel.org, lvs-devel@vger.kernel.org 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 > > > > Looks good to me for -next, thanks! > > > > Acked-by: Julian Anastasov > > Sorry for the delay, > > Acked-by: Simon Horman Applied, thanks.