r301217 re-added per-connection L2 caching from a previous change,
but it omitted caching in the fast path. Add it.
Details
Details
- Reviewers
kmacy gallatin gnn - Group Reviewers
transport - Commits
- rS303698: MFC r303171: Fix per-connection L2 caching in fast path
rS303171: Fix per-connection L2 caching in fast path
tested with kernel debugger
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The code looks good to me; thanks for noticing that this was not in place.
Also, I've run this for 24+ hours on a box at Netflix serving roughly 100K connections and haven't seen any problems.