Add a new macro to clear both the L3 and L2 route caches, to
hopefully prevent future instances where only the L3 cache was
cleared when both should have been.
Details
Details
- Reviewers
• karels - Commits
- rS328271: Reduce code duplication for inpcb route caching
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14496 Build 14638: arc lint + arc unit
Event Timeline
Comment Actions
Was there a place where only L3 was invalidated?
In any case, this seems like a good change.