Page MenuHomeFreeBSD

Allow the user more control over MCA throttling
AcceptedPublic

Authored by jtl on Sep 8 2017, 3:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 2, 11:51 AM
Unknown Object (File)
May 22 2024, 3:25 PM
Unknown Object (File)
May 21 2024, 7:45 PM
Unknown Object (File)
Dec 20 2023, 7:38 AM
Unknown Object (File)
Dec 2 2023, 12:15 PM
Unknown Object (File)
Nov 16 2023, 9:53 AM
Unknown Object (File)
Nov 11 2023, 7:57 AM
Unknown Object (File)
Oct 15 2023, 8:52 AM
Subscribers

Details

Reviewers
jhb
scottl
Summary

Currently, the MCA code exponentially backs off when throttling correctable errors. It does this by doubling the event limit each time it sees that many events within the throttle period.

This change allows the user to specify a different power-of-2 multiplier when throttling MCA events. This allows users to be more aggressive in limiting interrupts, if they desire.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped