Page MenuHomeFreeBSD

Always allocate the atid table during attach.
ClosedPublic

Authored by jhb on Oct 14 2019, 8:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 17, 11:01 PM
Unknown Object (File)
Jan 27 2025, 11:09 PM
Unknown Object (File)
Jan 27 2025, 11:05 PM
Unknown Object (File)
Jan 26 2025, 4:05 PM
Unknown Object (File)
Jan 24 2025, 6:53 PM
Unknown Object (File)
Jan 14 2025, 5:04 AM
Unknown Object (File)
Jan 12 2025, 9:47 AM
Unknown Object (File)
Jan 8 2025, 3: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