Page MenuHomeFreeBSD

Collapse interrupt thread priorities.
ClosedPublic

Authored by jhb on Jun 28 2022, 10:32 PM.
Tags
None
Referenced Files
F154349411: D35646.id107508.diff
Tue, Apr 28, 12:40 AM
F154348578: D35646.id107508.diff
Tue, Apr 28, 12:32 AM
Unknown Object (File)
Sat, Apr 25, 5:38 PM
Unknown Object (File)
Sat, Apr 25, 10:39 AM
Unknown Object (File)
Mon, Apr 20, 10:00 PM
Unknown Object (File)
Wed, Apr 15, 11:30 AM
Unknown Object (File)
Tue, Mar 31, 1:04 AM
Unknown Object (File)
Mon, Mar 30, 4:50 AM
Subscribers

Details

Summary

Allow high priority hardware interrupts to run at PI_REALTIME via
INTR_TYPE_CLK, but collapse all other hardware interrupt threads to
the next priority level (PI_INTR). Collapse all SWI priorities to
the same priority level (PI_SOFT) just below PI_INTR.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jun 28 2022, 10:32 PM
This revision is now accepted and ready to land.Jul 2 2022, 9:37 AM
sys/sys/priority.h
101

IMO the comment above the SWI_* definitions should be updated to note that the distinction is now basically meaningless.

Update document above SWI_* constants.

This revision now requires review to proceed.Jul 14 2022, 4:41 PM
jhb marked an inline comment as done.Jul 14 2022, 4:41 PM
This revision is now accepted and ready to land.Jul 14 2022, 4:54 PM
This revision was automatically updated to reflect the committed changes.