cvs commit: src/sys/netipsec xform_ah.c xform_esp.c xform_ipcomp.c
Sam Leffler
sam at FreeBSD.org
Fri Jun 27 13:10:05 PDT 2003
sam 2003/06/27 13:10:03 PDT
FreeBSD src repository
Modified files:
sys/netipsec xform_ah.c xform_esp.c xform_ipcomp.c
Log:
Check crypto driver capabilities and if the driver operates synchronously
mark crypto requests with ``callback immediately'' to avoid doing a context
switch to return crypto results. This completes the work to eliminate
context switches for using software crypto via the crypto subsystem (with
symmetric crypto ops).
Revision Changes Path
1.3 +18 -0 src/sys/netipsec/xform_ah.c
1.5 +18 -0 src/sys/netipsec/xform_esp.c
1.3 +18 -0 src/sys/netipsec/xform_ipcomp.c
More information about the cvs-src
mailing list