[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100531190400.GH10766@basil.fritz.box>
Date: Mon, 31 May 2010 21:04:00 +0200
From: Andi Kleen <andi@...stfloor.org>
To: Milan Broz <mbroz@...hat.com>
Cc: Andi Kleen <andi@...stfloor.org>,
device-mapper development <dm-devel@...hat.com>,
herbert@...dor.hengli.com.au, linux-kernel@...r.kernel.org,
agk@...hat.com, ak@...ux.intel.com
Subject: Re: [dm-devel] [PATCH] DM-CRYPT: Scale to multiple CPUs
> I mean how it is implemented now in crypto API, and I was almost
> sure that aes-ni acceleration code uses cryptd (iow real asynchronous processing)
> and also that not all CPU cores can run these instruction in parallel.
I think you can configure it to use cryptd (or pcrypt), but it's not default
and usually higher overhead.
Each CPU core has its own support for AES-NI (it's part
of the SSE units), there's no shared crypto hardware between cores.
There are other systems with separate AES units, but they are
considerably more obscure.
-Andi
--
ak@...ux.intel.com -- Speaking for myself only.
--
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