Page MenuHomeFreeBSD

pctrie: use one lookup function
ClosedPublic

Authored by dougm on Jun 13 2025, 8:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 10:39 PM
Unknown Object (File)
Sun, Oct 12, 11:10 AM
Unknown Object (File)
Sun, Oct 12, 11:10 AM
Unknown Object (File)
Sun, Oct 12, 12:20 AM
Unknown Object (File)
Wed, Oct 8, 2:57 PM
Unknown Object (File)
Sat, Sep 27, 4:36 PM
Unknown Object (File)
Fri, Sep 26, 8:23 AM
Unknown Object (File)
Tue, Sep 23, 11:24 PM
Subscribers

Details

Summary

Several of the functions that implement pctries have their own loops for walking down the trie searching for an exact match. Change them all to use _pctrie_lookup_node for that.

Test Plan

stress2 testing has made it to kevent9.sh so far.

Diff Detail

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

Event Timeline

dougm requested review of this revision.Jun 13 2025, 8:02 PM
dougm created this revision.
This revision is now accepted and ready to land.Jun 26 2025, 4:48 AM
This revision was automatically updated to reflect the committed changes.