Source-Changes archive

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

CVS commit: src/sys/netipsec



Module Name:    src
Committed By:   ozaki-r
Date:           Tue May 30 01:31:07 UTC 2017

Modified Files:
        src/sys/netipsec: ipsec.c key.c key.h

Log Message:
Make refcnt operations of SA and SP atomic

Using atomic opeartions isn't optimal and should be optimized somehow
in the future though, the change allows a kernel with NET_MPSAFE to
run out a benchmark, which is useful to know performance improvement
and degradation by code changes.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.147 -r1.148 src/sys/netipsec/key.c
cvs rdiff -u -r1.18 -r1.19 src/sys/netipsec/key.h

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