From mboxrd@z Thu Jan 1 00:00:00 1970 From: baishakhi ray Subject: SMP aware kcryptd Date: Mon, 27 Sep 2010 00:37:43 -0500 Message-ID: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0644282330477820206==" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids --===============0644282330477820206== Content-Type: multipart/alternative; boundary=001636eefa24a4711f049137204b --001636eefa24a4711f049137204b Content-Type: text/plain; charset=ISO-8859-1 Hi, I was looking for some patch which enables multicore support for dm-crypt. I came to see this mail in your archive. http://www.redhat.com/archives/dm-devel/2009-April/msg00151.html Any update on this? -- Thanks, Baishakhi Ray --001636eefa24a4711f049137204b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I was looking for some patch which enables multicore support for dm= -crypt.
I came to see this mail in your archive.

Any update on this?

--
Th= anks, =A0
Baishakhi Ray
--001636eefa24a4711f049137204b-- --===============0644282330477820206== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============0644282330477820206==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Milan Broz Subject: Re: SMP aware kcryptd Date: Mon, 27 Sep 2010 13:20:12 +0200 Message-ID: <4CA07DEC.3090806@redhat.com> References: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development Cc: baishakhi ray List-Id: dm-devel.ids On 09/27/2010 07:37 AM, baishakhi ray wrote: > I was looking for some patch which enables multicore support for dm-crypt. > I came to see this mail in your archive. > http://www.redhat.com/archives/dm-devel/2009-April/msg00151.html Search for the thread from Andi Kleen on this list and my answer https://www.redhat.com/archives/dm-devel/2010-July/msg00118.html Mentioned patches are still not in Alasdair's tree but I have version for (ongoing) review and for older kernels (with some small fixes I found) here http://mbroz.fedorapeople.org/dm-crypt/ There is one problem with async crypto left but otherwise it is stable (I am using it myself for weeks). I hope it will reach 2.6.37 (with some other changes I want to do in dm-crypt). (Also read the discussion I mentioned - it will not help in situation when only one process generates all crypt IOs.) Milan