From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH v6] ipvs: add weighted random twos choice algorithm Date: Sun, 24 Jan 2021 11:45:24 +0100 Message-ID: <20210124104524.GG576@vergenet.net> References: <20210106190242.1044489-1-darby.payne@gmail.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julian Anastasov , Pablo Neira Ayuso Cc: dpayne , netfilter-devel@vger.kernel.org, lvs-devel@vger.kernel.org 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