From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Tue, 27 Jul 2010 10:16:23 +0200 (CEST) Message-ID: <4C4E95D4.6070508@redhat.com> Date: Tue, 27 Jul 2010 10:16:20 +0200 From: Milan Broz MIME-Version: 1.0 References: <1280181226.3266.150.camel@fermat.scientia.net> In-Reply-To: <1280181226.3266.150.camel@fermat.scientia.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] anyone already tried the parallel crypto engine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Anton Mitterer Cc: dm-crypt@saout.de On 07/26/2010 11:53 PM, Christoph Anton Mitterer wrote: > Just wondered whether anyone has already tried CONFIG_CRYPTO_PCRYPT > which was introduced with 2.6.34, IIRC. PCRYPT is currently not useful for dm-crypt at all, do not waste time with it. I hope one day it will be usable and support all algorithms:-) There was a lot of discussion regarding dm-crypt scaling, middle term solution for now - please read this http://thread.gmane.org/gmane.linux.kernel/993158/ (Note, it is not universal solution - it will never distribute work to another cpu. I wonder how this will scale with pcrypt...) I'll send more info here when the patches will be in upstream tree (there are still some minor problems I have open in my local tree, I hope it will be in upstream in next few days - it must go through device-mapper maintainer review now). Milan