Page MenuHomeFreeBSD

Always allocate the atid table during attach.
ClosedPublic

Authored by jhb on Oct 14 2019, 8:50 PM.
Tags
None
Referenced Files
F123532994: D22028.diff
Tue, Jul 15, 6:13 PM
Unknown Object (File)
Jun 14 2025, 3:03 PM
Unknown Object (File)
Jun 10 2025, 4:28 AM
Unknown Object (File)
Jun 6 2025, 2:38 AM
Unknown Object (File)
Jun 5 2025, 8:07 AM
Unknown Object (File)
Jun 5 2025, 6:26 AM
Unknown Object (File)
Jun 2 2025, 7:03 PM
Unknown Object (File)
May 29 2025, 4:45 AM
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 Not Applicable
Unit
Tests Not Applicable