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)
Fri, Aug 22, 4:01 PM
Unknown Object (File)
Fri, Aug 15, 3:49 AM
Unknown Object (File)
Fri, Aug 15, 12:00 AM
Unknown Object (File)
Sat, Aug 2, 11:48 PM
Unknown Object (File)
Jul 28 2025, 10:58 AM
Unknown Object (File)
Jul 16 2025, 8:44 AM
Unknown Object (File)
Jul 3 2025, 12:57 AM
Unknown Object (File)
Jul 2 2025, 11:11 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.