[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C060D9F.3050600@linux.intel.com>
Date: Wed, 02 Jun 2010 09:51:59 +0200
From: Andi Kleen <ak@...ux.intel.com>
To: Mikulas Patocka <mpatocka@...hat.com>
CC: Herbert Xu <herbert@...dor.hengli.com.au>,
device-mapper development <dm-devel@...hat.com>,
linux-kernel@...r.kernel.org, agk@...hat.com
Subject: Re: [dm-devel] [PATCH] DM-CRYPT: Scale to multiple CPUs
>>
>>> It is pointless to track the submitting CPU.
>>
>> No you are wrong.
>
> For what? For avoiding cache bounces? But the encrypting is
> order-of-magnitude slower than memory speed.
On a system with reasonably fast CPUs it's fastest to just stay
on your current CPU, don't try to talk to other CPUs, avoid
communication, just get the work done ASAP. But make
sure you can do this on multiple CPUs at the same time.
With AES-NI this becomes even more pronounced because it effectively
makes the CPU faster for encryption.
-andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists