Page MenuHomeFreeBSD

Fix per-connection L2 caching in fast path
ClosedPublic

Authored by karels on Jul 19 2016, 1:46 AM.
Tags
None
Referenced Files
F167123761: D7239.diff
Wed, Aug 19, 7:26 AM
Unknown Object (File)
Mon, Aug 17, 6:06 PM
Unknown Object (File)
Wed, Aug 12, 11:39 PM
Unknown Object (File)
Wed, Aug 12, 12:48 PM
Unknown Object (File)
Mon, Aug 10, 11:09 AM
Unknown Object (File)
Sat, Aug 8, 4:56 AM
Unknown Object (File)
Jul 14 2026, 11:21 PM
Unknown Object (File)
Jun 4 2026, 9:52 PM
Subscribers

Details

Summary

r301217 re-added per-connection L2 caching from a previous change,
but it omitted caching in the fast path. Add it.

Test Plan

tested with kernel debugger

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4532
Build 4584: arc lint + arc unit

Event Timeline

karels retitled this revision from to Fix per-connection L2 caching in fast path.
karels updated this object.
karels edited the test plan for this revision. (Show Details)
gallatin edited edge metadata.

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.

This revision is now accepted and ready to land.Jul 20 2016, 4:20 PM
This revision was automatically updated to reflect the committed changes.