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
Unknown Object (File)
Fri, Jun 14, 5:16 AM
Unknown Object (File)
May 9 2024, 2:33 AM
Unknown Object (File)
May 8 2024, 12:48 AM
Unknown Object (File)
Apr 27 2024, 2:38 PM
Unknown Object (File)
Apr 27 2024, 1:38 PM
Unknown Object (File)
Apr 27 2024, 1:38 PM
Unknown Object (File)
Apr 27 2024, 1:35 PM
Unknown Object (File)
Apr 27 2024, 1:05 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