CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/11 17:03:31
Modified files:
sys/net : if_pflow.c if_pflow.h
Log message:
Turn `pflowstats' statistics counters into per-CPU counters to make them
mpsafe.
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.
ok bluhm sashan
