Page MenuHomeFreeBSD

pflow: Turn `pflowstats' statistics counters into per-CPU counters to make them mpsafe.
ClosedPublic

Authored by kp on Dec 19 2023, 10:07 AM.
Tags
None
Referenced Files
F147625745: D43116.id132464.diff
Thu, Mar 12, 10:37 AM
F147603383: D43116.id132827.diff
Thu, Mar 12, 6:41 AM
F147507979: D43116.diff
Wed, Mar 11, 12:46 PM
Unknown Object (File)
Sun, Mar 8, 4:17 PM
Unknown Object (File)
Fri, Mar 6, 3:24 PM
Unknown Object (File)
Fri, Mar 6, 1:45 PM
Unknown Object (File)
Wed, Feb 11, 11:32 AM
Unknown Object (File)
Feb 9 2026, 2:25 PM

Details

Summary

The weird interactions around pflow_flows' and sc_gcounter' replaced
by simple `pflow_flows' increment. Since the flow sequence is the 32
bits integer, the `sc_gcounter' type replaced by the type of uint32_t.

Obtained from: OpenBSD
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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