From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH ipvs v2] ipvs: Add simple weighted failover scheduler Date: Wed, 10 Sep 2014 15:17:09 +0900 Message-ID: <20140910061708.GD10233@verge.net.au> References: <20140909132015.GA21984@kmathis.internal.monetra.com> <20140910002108.GG16682@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kenny Mathis , netdev@vger.kernel.org, Wensong Zhang To: Julian Anastasov Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]:55203 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750939AbaIJGRM (ORCPT ); Wed, 10 Sep 2014 02:17:12 -0400 Content-Disposition: inline In-Reply-To: <20140910002108.GG16682@verge.net.au> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Sep 10, 2014 at 09:21:09AM +0900, Simon Horman wrote: > On Tue, Sep 09, 2014 at 10:55:42PM +0300, Julian Anastasov wrote: > > > > Hello, > > > > On Tue, 9 Sep 2014, Kenny Mathis wrote: > > > > > Please consider this patch for addition in 3.17 > > There is no need to update this patch, but for reference > the line above belongs below scissors ('---') below your Signed-off-by line. > i.e. just above the diffstat below. > > That way git will automatically remove it when you apply your patch. > > > > Add simple weighted IPVS failover support to the Linux kernel. All > > > other scheduling modules implement some form of load balancing, while > > > this offers a simple failover solution. Connections are directed to > > > the appropriate server based solely on highest weight value and server > > > availability. Tested functionality with keepalived. > > > > > > Signed-off-by: Kenny Mathis > > > > Looks good to me, thanks! > > > > Acked-by: Julian Anastasov > > > > Simon, you can apply it to ipvs-next if there are > > no any objections. > > I have no objections. I have applied it. Kenny, are you planning an update to ipvsadm to allow it to use the new scheduler?