Page MenuHomeFreeBSD

Collapse interrupt thread priorities.
ClosedPublic

Authored by jhb on Jun 28 2022, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 25, 12:31 AM
Unknown Object (File)
Tue, Sep 24, 8:09 PM
Unknown Object (File)
Tue, Sep 24, 4:29 AM
Unknown Object (File)
Mon, Sep 23, 7:52 PM
Unknown Object (File)
Mon, Sep 23, 5:15 PM
Unknown Object (File)
Mon, Sep 23, 3:39 AM
Unknown Object (File)
Sat, Sep 21, 9:03 AM
Unknown Object (File)
Fri, Sep 20, 4:02 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46439
Build 43328: arc lint + arc unit

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.