Re: [PATCH] ipvs: SH fallback and L4 hashing

2013-06-21 Thread Alexander Frolkin
Hi, > I also noticed some fuzz. > Alexander, could you double-check ipvs-next to make sure > that I applied the patch correctly? I diff'ed my local dev branch with upstream, and the only thing I can see that has any relation to my patches is: diff --git a/net/netfilter/ipvs/ip_vs_sh.c b/net/netf

Re: [PATCH] ipvs: SH fallback and L4 hashing

2013-06-20 Thread Simon Horman
On Wed, Jun 19, 2013 at 10:45:43PM +0300, Julian Anastasov wrote: > > Hello, > > On Wed, 19 Jun 2013, Alexander Frolkin wrote: > > > By default the SH scheduler rejects connections that are hashed onto a > > realserver of weight 0. This patch adds a flag to make SH choose a > > different

Re: [PATCH] ipvs: SH fallback and L4 hashing

2013-06-19 Thread Julian Anastasov
Hello, On Wed, 19 Jun 2013, Alexander Frolkin wrote: > By default the SH scheduler rejects connections that are hashed onto a > realserver of weight 0. This patch adds a flag to make SH choose a > different realserver in this case, instead of rejecting the connection. > > The patch als