Page MenuHomeFreeBSD

Always allocate the atid table during attach.
ClosedPublic

Authored by jhb on Oct 14 2019, 8:50 PM.
Tags
None
Referenced Files
F106181146: D22028.diff
Thu, Dec 26, 5:47 PM
Unknown Object (File)
Sat, Dec 21, 4:40 PM
Unknown Object (File)
Mon, Dec 9, 3:32 PM
Unknown Object (File)
Fri, Nov 29, 7:46 AM
Unknown Object (File)
Nov 25 2024, 3:15 AM
Unknown Object (File)
Nov 24 2024, 6:55 PM
Unknown Object (File)
Nov 24 2024, 7:19 AM
Unknown Object (File)
Nov 23 2024, 6:23 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