LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

Re: ovf scheduler

To: Julian Anastasov <ja@xxxxxx>
Subject: Re: ovf scheduler
Cc: Raducu Deaconu <rhadoo.io88@xxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx
From: Simon Horman <horms@xxxxxxxxxxxx>
Date: Fri, 17 Jul 2015 15:43:11 +0900
On Fri, Jul 17, 2015 at 09:16:40AM +0300, Julian Anastasov wrote:
> 
>       Hello,
> 
> On Fri, 17 Jul 2015, Raducu Deaconu wrote:
> 
> > Hello,
> > 
> > I have done the corrections.
> > 
> > 
> > Subject: [PATCH] Add ovf scheduler
> > 
> > Signed-off-by: Raducu Deaconu <rhadoo.io88@xxxxxxxxx>
> 
>       Thanks!
> 
> Acked-by: Julian Anastasov <ja@xxxxxx>
> 
>       Simon, please apply the attached patch to -next
> tree after adding the "ipvs: " prefix.

I am happy to do so, but Raducu, could you flesh out the changelog to
describe what the new scheduler does. The Kconfig text (bellow) seems to
provide the necessary information but I'd really like it in the changelog
too.

Thanks.

> 
> > ---
> >  net/netfilter/ipvs/Kconfig     |   11 +++++
> >  net/netfilter/ipvs/Makefile    |    1 +
> >  net/netfilter/ipvs/ip_vs_ovf.c |   86
> > ++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 98 insertions(+)
> >  create mode 100644 net/netfilter/ipvs/ip_vs_ovf.c
> > 
> > diff --git a/net/netfilter/ipvs/Kconfig b/net/netfilter/ipvs/Kconfig
> > index 3b6929d..b32fb0d 100644
> > --- a/net/netfilter/ipvs/Kconfig
> > +++ b/net/netfilter/ipvs/Kconfig
> > @@ -162,6 +162,17 @@ config  IP_VS_FO
> >           If you want to compile it in kernel, say Y. To compile it as
> > a
> >           module, choose M here. If unsure, say N.
> > 
> > +config  IP_VS_OVF
> > +       tristate "weighted overflow scheduling"
> > +       ---help---
> > +         The weighted overflow scheduling algorithm directs network
> > +         connections to the server with the highest weight that is
> > +         currently available and overflows to the next when active
> > +         connections exceed the node's weight.
> > +
> > +         If you want to compile it in kernel, say Y. To compile it as a
> > +         module, choose M here. If unsure, say N.
> > +
> >  config IP_VS_LBLC
> >         tristate "locality-based least-connection scheduling"
> >         ---help---

[snip]
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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