From owner-cvs-all Thu Jan 9 22:18:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3770737B401; Thu, 9 Jan 2003 22:18:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D760443EB2; Thu, 9 Jan 2003 22:18:13 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0A6IDfh065820; Thu, 9 Jan 2003 22:18:13 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0A6IDHB065819; Thu, 9 Jan 2003 22:18:13 -0800 (PST) Message-Id: <200301100618.h0A6IDHB065819@repoman.freebsd.org> From: Sam Leffler Date: Thu, 9 Jan 2003 22:18:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/opencrypto crypto.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/09 22:18:13 PST Modified files: (Branch: RELENG_4) sys/opencrypto crypto.c Log: MFC 1.8: Invoke the driver directly when a request is submitted via crypto_dispatch or crypto_kdispatch unless the driver is currently blocked. This eliminates the context switch to the dispatch thread for virtually all requests. Sponsored by: Vernier Networks Revision Changes Path 1.4.2.4 +50 -22 src/sys/opencrypto/crypto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message