Interrupt coalescing

Interrupt coalescing, also known as interrupt moderation, is a technique in which events which would normally trigger a hardware interrupt are held back, either until a certain amount of work is pending, or a timeout timer triggers. Used correctly, this technique can reduce interrupt load by up to an order of magnitude, while only incurring relatively small latency penalties.

Source: Wikipedia — Interrupt coalescing (CC BY-SA 4.0)

Interrupt coalescing

Interrupt coalescing, also known as interrupt moderation, is a technique in which events which would normally trigger a hardware interrupt are held back, either until a certain amount of work is pending, or a timeout timer triggers. Used correctly, this technique can reduce interrupt load by up to an order of magnitude, while only incurring relatively small latency penalties.

Source: Wikipedia "Interrupt coalescing" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy