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
F108433995: D43116.id132827.diff
Fri, Jan 24, 5:54 PM
Unknown Object (File)
Fri, Jan 10, 11:07 PM
Unknown Object (File)
Sat, Jan 4, 4:54 AM
Unknown Object (File)
Nov 19 2024, 9:13 AM
Unknown Object (File)
Nov 8 2024, 9:08 AM
Unknown Object (File)
Oct 25 2024, 9:43 PM
Unknown Object (File)
Oct 25 2024, 9:43 PM
Unknown Object (File)
Oct 25 2024, 9:43 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 Passed
Unit
No Test Coverage
Build Status
Buildable 55313
Build 52202: arc lint + arc unit