Page MenuHomeFreeBSD

Always allocate the atid table during attach.
ClosedPublic

Authored by jhb on Oct 14 2019, 8:50 PM.
Tags
None
Referenced Files
F81999631: D22028.diff
Wed, Apr 24, 8:52 AM
Unknown Object (File)
Sat, Apr 20, 4:15 PM
Unknown Object (File)
Mar 5 2024, 6:52 AM
Unknown Object (File)
Feb 14 2024, 6:24 AM
Unknown Object (File)
Dec 22 2023, 9:21 PM
Unknown Object (File)
Dec 18 2023, 2:23 PM
Unknown Object (File)
Dec 10 2023, 6:33 PM
Unknown Object (File)
Nov 3 2023, 9:47 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 Not Applicable
Unit
Tests Not Applicable