From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 16:03:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78C2016A4CE; Tue, 3 Aug 2004 16:03:26 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC6343D4C; Tue, 3 Aug 2004 16:03:26 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i73G3PWi088581 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 3 Aug 2004 09:03:26 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-current@freebsd.org Date: Tue, 3 Aug 2004 09:02:59 -0700 User-Agent: KMail/1.6.1 References: <20040803214133.31dd9b03.nork@FreeBSD.org> In-Reply-To: <20040803214133.31dd9b03.nork@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408030902.59349.sam@errno.com> cc: freebsd-stable@freebsd.org cc: Norikatsu Shigemura Subject: Re: OpenSSL with hifn(4) (cryptodev) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:03:26 -0000 On Tuesday 03 August 2004 05:41 am, Norikatsu Shigemura wrote: > Hi sam! > > I have two Soekris vpn1401 crypto accelerator cards. I installed > these to 4-stable machine and 5-current machine. ... > I confirmed `openssl speed -engine cryptodev', but it looks not > works. Because 1st: same speed (before/after install it), 2nd: CPU > loadavg is always high. So I consider that openssl didn't use > cryptodev. Do you have any idea? Look in /usr/src/tools/tools/crypto for the cryptostats and hifnstats programs; they will tell you if the h/w is operating correctly. Sam