OSDN Git Service

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)
commiteefa32d3f3c54bc7f9704968bc78adf0439c6c2a
tree9fb10d96426aecd7ada3fbf5130d7cbb265458c8
parent81bf1c64e7fe08f956c74fe2b0f1fa6eb163bd91
ipvs: Add ovf scheduler

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]