From owner-freebsd-current@FreeBSD.ORG Thu Aug 7 02:52:00 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74D101065670 for ; Thu, 7 Aug 2008 02:52:00 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7E88FC14 for ; Thu, 7 Aug 2008 02:51:59 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m772YFnl037954; Wed, 6 Aug 2008 22:34:16 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m772YFvH094515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Aug 2008 22:34:15 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200808070234.m772YFvH094515@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 06 Aug 2008 22:34:15 -0400 To: Patrick =?iso-8859-1?Q?Lamaizi=E8re?= From: Mike Tancsa In-Reply-To: <20080706234231.3d18e15a@baby-jane-lamaiziere-net.local> References: <20080606234135.46144207@baby-jane-lamaiziere-net.local> <20080706115414.GA20076@gw.reifenberger.com> <20080706234231.3d18e15a@baby-jane-lamaiziere-net.local> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: current@freebsd.org Subject: Re: AMD Geode LX crypto accelerator (glxsb) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 07 Aug 2008 02:52:00 -0000 At 05:42 PM 7/6/2008, Patrick Lamaizi=E8re wrote: >I think that the driver is ready and works fine, i didn't change >anything since the latest version "22/06/08" >http://user.lamaiziere.net/patrick/glxsb-220608.tar.gz Hi, I was doing some testing with openvpn=20 and was wondering if there is perhaps a memory leak ? Doing, openvpn --test-crypto --secret key --engine=20 cryptodev --cipher aes-128-cbc > /dev/null seems to make the memory in use constantly go up 0[nanobsdr7]# vmstat -h -m | egrep "Type|glx" Type InUse MemUse HighUse Requests Size(s) glxsb_data 1381 173K - 1381 128 0[nanobsdr7]# .... 0[nanobsdr7]# vmstat -h -m | egrep "Type|glx" Type InUse MemUse HighUse Requests Size(s) glxsb_data 1841 231K - 1841 128 0[nanobsdr7]# InUse is always going up ? This is with the driver from the above url. ---Mike=20