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
Unknown Object (File)
Sep 6 2025, 9:35 PM
Unknown Object (File)
Sep 3 2025, 9:47 AM
Unknown Object (File)
Aug 30 2025, 6:36 PM
Unknown Object (File)
Aug 30 2025, 1:36 AM
Unknown Object (File)
Jul 12 2025, 8:50 PM
Unknown Object (File)
Jul 8 2025, 8:05 AM
Unknown Object (File)
Jul 2 2025, 2:23 AM
Unknown Object (File)
Jun 21 2025, 12:52 AM
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 Not Applicable
Unit
Tests Not Applicable

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.