Page MenuHomeFreeBSD

Allow the user more control over MCA throttling
AbandonedPublic

Authored by jtl on Sep 8 2017, 3:28 PM.
Tags
None
Referenced Files
F162863715: D12277.diff
Fri, Jul 17, 6:30 PM
Unknown Object (File)
Thu, Jul 2, 9:54 AM
Unknown Object (File)
Wed, Jun 24, 5:32 AM
Unknown Object (File)
Jun 16 2026, 8:07 AM
Unknown Object (File)
Jun 10 2026, 5:07 PM
Unknown Object (File)
Jun 6 2026, 8:57 AM
Unknown Object (File)
May 28 2026, 1:27 PM
Unknown Object (File)
May 14 2026, 8:37 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

Event Timeline

This revision is now accepted and ready to land.Sep 8 2017, 6:28 PM

AFAIK, no one has bemoaned the lack of this feature in the 8 years this has been sitting here. I think it is safe to abandon this.