Page MenuHomeFreeBSD

Add rib_walk_from() wrapper for selective rib tree traversal
ClosedPublic

Authored by melifaro on Apr 25 2021, 11:59 AM.
Tags
None
Referenced Files
F167174419: D29971.id88292.diff
Wed, Aug 19, 4:12 PM
Unknown Object (File)
Wed, Aug 12, 2:30 PM
Unknown Object (File)
Wed, Aug 12, 2:30 PM
Unknown Object (File)
Mon, Aug 10, 4:47 PM
Unknown Object (File)
Sat, Aug 8, 11:03 PM
Unknown Object (File)
Fri, Aug 7, 4:55 PM
Unknown Object (File)
Fri, Jul 24, 5:29 PM
Unknown Object (File)
Fri, Jul 24, 7:55 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

donner added inline comments.
sys/net/route/route_helpers.c
136

That's a bad name for a read-lock.

sys/net/route/route_helpers.c
136

It doesn’t assume read lock. It requests function not to acquire lock at all, assuming that the lock is already taken.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 28 2021, 8:17 AM
This revision was automatically updated to reflect the committed changes.