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, May 20, 4:32 PM
Unknown Object (File)
Mon, May 20, 7:02 AM
Unknown Object (File)
Fri, May 17, 6:15 AM
Unknown Object (File)
Fri, May 17, 5:33 AM
Unknown Object (File)
Mon, May 13, 6:27 AM
Unknown Object (File)
Mon, May 13, 6:27 AM
Unknown Object (File)
Mon, May 13, 3:12 AM
Unknown Object (File)
Sun, May 5, 12:58 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