ipvs: Add ovf scheduler
authorRaducu Deaconu <rhadoo.io88@gmail.com>
Fri, 17 Jul 2015 05:45:40 +0000 (08:45 +0300)
committerSimon Horman <horms@verge.net.au>
Fri, 21 Aug 2015 16:08:39 +0000 (09:08 -0700)
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.

Signed-off-by: Raducu Deaconu <rhadoo.io88@gmail.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/Kconfig
net/netfilter/ipvs/Makefile
net/netfilter/ipvs/ip_vs_ovf.c [new file with mode: 0644]

Simple merge
Simple merge
Simple merge