Page MenuHomeFreeBSD

pf: use counter_rate() for rate checking
ClosedPublic

Authored by kp on Jun 11 2025, 7:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 2:11 PM
Unknown Object (File)
Tue, Apr 21, 4:59 AM
Unknown Object (File)
Sun, Apr 12, 1:18 AM
Unknown Object (File)
Sat, Apr 11, 12:39 AM
Unknown Object (File)
Tue, Apr 7, 1:55 AM
Unknown Object (File)
Mon, Apr 6, 1:38 PM
Unknown Object (File)
Thu, Apr 2, 7:22 PM
Unknown Object (File)
Thu, Apr 2, 4:40 AM

Details

Summary

This has the advantage of not requiring a lock. The current src node code runs
the rate check under a lock, so this won't immediately improve performance.
This prepares the way for future work, introducing packet rate matching on
rules, where the lack of lock will be important.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 25 2025, 5:57 PM
This revision was automatically updated to reflect the committed changes.