Page MenuHomeFreeBSD

pctrie: simplify lookup_node
ClosedPublic

Authored by dougm on Jun 9 2025, 7:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 9, 6:36 AM
Unknown Object (File)
Wed, Aug 6, 8:56 AM
Unknown Object (File)
Mon, Jul 28, 2:46 AM
Unknown Object (File)
Thu, Jul 24, 11:16 PM
Unknown Object (File)
Sun, Jul 13, 8:31 AM
Unknown Object (File)
Sat, Jul 12, 10:21 PM
Unknown Object (File)
Jul 7 2025, 6:17 AM
Unknown Object (File)
Jul 6 2025, 11:34 AM
Subscribers

Details

Summary

Change _pctrie_lookup_node to simplify it, avoiding lookup up the root node when it's already been traversed.

Test Plan

stress2 testing in progress

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Jun 9 2025, 7:58 AM
dougm created this revision.
dougm retitled this revision from pctrie: simplify lookup_node with leaf parents of root to pctrie: simplify lookup_node .
dougm edited the summary of this revision. (Show Details)

Discard the "leaf parents of root" part.

This revision is now accepted and ready to land.Jun 14 2025, 7:10 PM
This revision was automatically updated to reflect the committed changes.