Page MenuHomeFreeBSD

Collapse interrupt thread priorities.
ClosedPublic

Authored by jhb on Jun 28 2022, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 5:23 PM
Unknown Object (File)
Mar 14 2024, 5:23 PM
Unknown Object (File)
Mar 14 2024, 5:19 PM
Unknown Object (File)
Mar 14 2024, 5:19 PM
Unknown Object (File)
Mar 14 2024, 5:07 PM
Unknown Object (File)
Feb 19 2024, 5:31 PM
Unknown Object (File)
Feb 2 2024, 1:13 PM
Unknown Object (File)
Jan 15 2024, 1:33 PM
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.