Page MenuHomeFreeBSD

altq: mark callouts as mpsafe
ClosedPublic

Authored by kp on Sep 4 2021, 2:23 PM.
Tags
None
Referenced Files
F164053780: D31835.id.diff
Tue, Jul 28, 8:00 AM
Unknown Object (File)
Sun, Jul 26, 8:00 PM
Unknown Object (File)
Fri, Jul 24, 1:04 PM
Unknown Object (File)
Thu, Jul 23, 10:37 PM
Unknown Object (File)
Tue, Jul 21, 8:10 AM
Unknown Object (File)
Mon, Jul 20, 8:45 AM
Unknown Object (File)
Fri, Jul 10, 11:58 PM
Unknown Object (File)
Sun, Jul 5, 5:39 PM
Subscribers

Details

Reviewers
mav
Group Reviewers
network
Commits
rG312f5f8a4fb9: altq: mark callouts as mpsafe
Summary

There's no reason to acquire the Giant lock while executing the ALTQ
callouts.

While here also remove a few backwards compatibility defines for long
obsolete FreeBSD versions.

Suggested by: mav

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41369
Build 38258: arc lint + arc unit

Event Timeline

kp requested review of this revision.Sep 4 2021, 2:23 PM
mav added a subscriber: mav.

Thank you. There is one more in altq_subr.c in init_machclk_setup().

This revision is now accepted and ready to land.Sep 4 2021, 2:34 PM
This revision now requires review to proceed.Sep 4 2021, 2:47 PM
This revision is now accepted and ready to land.Sep 4 2021, 3:12 PM
This revision was automatically updated to reflect the committed changes.