Implements the Google's Maglev hashing algorithm as a IPVS scheduler. Basically it provides consistent hashing but offers some special features about disruption and load balancing. Seel also: [3.4 Consistent Hasing] in https://static.googleusercontent.com/media/research.google.com/ko//pubs/archive/44824.pdf V2: Fix some methods and add features based on Julian's advice. Inju Song (3): netfilter: ipvs: handle memory allocation fail in mh scheduler. netfilter: ipvs: release refcnt and improve ip_vs_mh_reassign() netfilter: ipvs: change method to fill lookup table based on weight. net/netfilter/ipvs/ip_vs_mh.c | 147 +++++++++++++++++++++++++++++------------- 1 file changed, 101 insertions(+), 46 deletions(-) -- 1.8.3.1 -- Inju Song NAVER Corporation -- 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