Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Fri Feb  7 12:35:33 UTC 2020

Modified Files:
        src/sys/net: bpf.c if_stats.c net_stats.c pktqueue.c
        src/sys/net/npf: npf.c
        src/sys/netinet: wqinput.c
        src/sys/netipsec: key.c

Log Message:
Use percpu_foreach_xcall() to gather volatile per-cpu counters.  These
must be serialized against the interrupts / soft-interrupts in which
they're manipulated, as well as protected from non-atomic 64-bit memory
loads on 32-bit platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 src/sys/net/bpf.c
cvs rdiff -u -r1.1 -r1.2 src/sys/net/if_stats.c
cvs rdiff -u -r1.5 -r1.6 src/sys/net/net_stats.c
cvs rdiff -u -r1.10 -r1.11 src/sys/net/pktqueue.c
cvs rdiff -u -r1.41 -r1.42 src/sys/net/npf/npf.c
cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/wqinput.c
cvs rdiff -u -r1.269 -r1.270 src/sys/netipsec/key.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index