Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IP_VS_MH
:
(none)
ip_vs_mh
The maglev consistent hashing scheduling algorithm provides the Google's Maglev hashing algorithm as a IPVS scheduler. It assigns network connections to the servers through looking up a statically assigned special hash table called the lookup table. Maglev hashing is to assign a preference list of all the lookup table positions to each destination.
Through this operation, The maglev hashing gives an almost equal share of the lookup table to each of the destinations and provides minimal disruption by using the lookup table. When the set of destinations changes, a connection will likely be sent to the same destination as it was before.
If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.
Raw data from LKDDb:
lkddb module ip_vs_mh CONFIG_IP_VS_MH : net/netfilter/ipvs/Kconfig : "maglev hashing scheduling" # in 4.18–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab