Page MenuHomeFreeBSD

Collapse interrupt thread priorities.
ClosedPublic

Authored by jhb on Jun 28 2022, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 7:02 PM
Unknown Object (File)
Mon, Nov 11, 6:43 PM
Unknown Object (File)
Sun, Nov 10, 7:17 PM
Unknown Object (File)
Sun, Nov 10, 7:14 PM
Unknown Object (File)
Wed, Oct 23, 2:54 AM
Unknown Object (File)
Wed, Oct 23, 2:54 AM
Unknown Object (File)
Wed, Oct 23, 2:53 AM
Unknown Object (File)
Wed, Oct 23, 2:53 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.