From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tADomNkevncR for ; Sun, 22 Jul 2012 22:22:15 +0200 (CEST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by mail.saout.de (Postfix) with ESMTP for ; Sun, 22 Jul 2012 22:22:15 +0200 (CEST) Date: Sun, 22 Jul 2012 22:22:13 +0200 From: Heinz Diehl Message-ID: <20120722202213.GA7306@fancy-poultry.org> References: <20120722190757.GB10089@merlins.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120722190757.GB10089@merlins.org> Subject: Re: [dm-crypt] aes-xts-plain with aes_x86_64 makes my SSD 5x slower than my encrypted HD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 22.07.2012, Marc MERLIN wrote: > Timing buffered disk reads: 70 MB in 3.06 seconds = 22.91 MB/sec <<<< I don't know why reading speed is that slow in your case, especially as you are using AES-NI, which should give you the highest speed available. Maybe others here on the list have a suggestion. Probably, you should provide some more information. Otherwise, on the newer Intel i3/i5/i7, twofish-3way is faster than AES. You could try to re-format your drive with twofish-xts-plain64 and adding twofish_common, twofish_x86_64 and twofish_x86_64_3way to your initram (as long as your kernel is built with these enabled).