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.
Details
Details
- Reviewers
np - Commits
- rS353899: Always allocate the atid table during attach.
- 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
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27030 Build 25319: arc lint + arc unit