Date: Fri, 27 Jun 2003 13:07:10 -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/opencrypto crypto.c cryptodev.h cryptosoft.c src/sys/dev/hifn hifn7751.c src/sys/dev/ubsec ubsec.c Message-ID: <200306272007.h5RK7AFY088214@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/06/27 13:07:10 PDT FreeBSD src repository Modified files: sys/opencrypto crypto.c cryptodev.h cryptosoft.c sys/dev/hifn hifn7751.c sys/dev/ubsec ubsec.c Log: Add support to eliminate a context switch per crypto op when using the software crypto device: o record crypto device capabilities in each session id o add a capability that indicates if the crypto driver operates synchronously o tag the software crypto driver as operating synchronously This commit also introduces crypto session id macros that cleanup their construction and querying. Revision Changes Path 1.17 +1 -1 src/sys/dev/hifn/hifn7751.c 1.23 +1 -1 src/sys/dev/ubsec/ubsec.c 1.12 +17 -19 src/sys/opencrypto/crypto.c 1.6 +14 -2 src/sys/opencrypto/cryptodev.h 1.4 +2 -2 src/sys/opencrypto/cryptosoft.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306272007.h5RK7AFY088214>