]> git.baikalelectronics.ru Git - kernel.git/commit
IPVS: Modify the SH scheduler to use weights
authorMichael Maxim <mike@okcupid.com>
Thu, 8 Dec 2011 15:55:09 +0000 (10:55 -0500)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 13 Dec 2011 10:34:48 +0000 (11:34 +0100)
commitcc3bbdb00269a318ce65dcb30ef3da183f8b3235
tree3bb7ebe3425c65293ff9e4ad5eb2d059a13f6421
parentd2fec719aa13a81c23ecbc78e31c623315c2a0dc
IPVS: Modify the SH scheduler to use weights

Modify the algorithm to build the source hashing hash table to add
extra slots for destinations with higher weight. This has the effect
of allowing an IPVS SH user to give more connections to hosts that
have been configured to have a higher weight.

The reason for the Kconfig change is because the size of the hash table
becomes more relevant/important if you decide to use the weights in the
manner this patch lets you. It would be conceivable that someone might
need to increase the size of that table to accommodate their
configuration, so it will be handy to be able to do that through the
regular configuration system instead of editing the source.

Signed-off-by: Michael Maxim <mike@okcupid.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/ipvs/Kconfig
net/netfilter/ipvs/ip_vs_sh.c