HomeFreeBSD

x86: Add dynamic interrupt rebalancing

Description

x86: Add dynamic interrupt rebalancing

Add an option to dynamically rebalance interrupts across cores
(hw.intrbalance); off by default.

The goal is to minimize preemption. By placing interrupt sources on distinct
CPUs, ithreads get preferentially scheduled on distinct CPUs. Overall
preemption is reduced and latency is reduced. In our workflow it reduced
"fighting" between two high-frequency interrupt sources. Reduced latency
was proven by, e.g., SPEC2008.

Submitted by: jeff@ (earlier version)
Reviewed by: kib@
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D10435

Details

Provenance
cemAuthored on Aug 16 2017, 6:48 PM
Parents
rG96dd05dd7d64: Quote ${MAKE} when passing in env in case it contains spaces.
Branches
Unknown
Tags
Unknown

Event Timeline