Date: Fri, 27 Jun 2003 13:10:03 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipsec xform_ah.c xform_esp.c xform_ipcomp.c Message-ID: <200306272010.h5RKA3kt088292@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306272010.h5RKA3kt088292>