Page MenuHomeFreeBSD

Always allocate the atid table during attach.
ClosedPublic

Authored by jhb on Oct 14 2019, 8:50 PM.
Tags
None
Referenced Files
F150241616: D22028.id63270.diff
Mon, Mar 30, 1:32 PM
Unknown Object (File)
Sun, Mar 29, 7:41 PM
Unknown Object (File)
Sat, Mar 21, 3:38 PM
Unknown Object (File)
Mon, Mar 9, 10:59 AM
Unknown Object (File)
Sun, Mar 8, 9:27 PM
Unknown Object (File)
Sat, Mar 7, 10:48 AM
Unknown Object (File)
Sat, Mar 7, 4:52 AM
Unknown Object (File)
Feb 28 2026, 7:22 PM
Subscribers

Details

Summary

Previously the table was allocated on first use by TOE and the ratelimit
code. The forthcoming NIC KTLS code also uses this table. Allocate it
unconditionally during attach to simplify consumers.

Test Plan
  • the NIC KTLS branch used this for a long time
  • I tried to test in isolation on head, but head panics due to epoch changes

Diff Detail

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