aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-hotplug.m4
Commit message (Collapse)AuthorAgeFilesLines
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-0/+26
ZFS currently doesn't react to hotplugging cpu or memory into the system in any way. This patch changes that by adding logic to the ARC that allows the system to take advantage of new memory that is added for caching purposes. It also adds logic to the taskq infrastructure to support dynamically expanding the number of threads allocated to a taskq. Reviewed-by: Brian Behlendorf <[email protected]> Co-authored-by: Matthew Ahrens <[email protected]> Co-authored-by: Brian Behlendorf <[email protected]> Signed-off-by: Paul Dagnelie <[email protected]> Closes #11212