All of lore.kernel.org
 help / color / mirror / Atom feed
* SMP-aware kcryptd?
@ 2009-04-13 13:41 Tomasz Chmielewski
  2009-04-13 17:36 ` Milan Broz
  0 siblings, 1 reply; 4+ messages in thread
From: Tomasz Chmielewski @ 2009-04-13 13:41 UTC (permalink / raw)
  To: dm-crypt-4q3lyFh4P1g, dm-devel-H+wXaHxf7aLQT0dZR+AlfA

Currently, the trend with CPUs is to add more cores rather than increase 
the speed of a single core.

This does not scale very well with certain things in the Linux kernel. 
One of them is kcryptd.


A system able to deliver data with a speed of ~200 MB/s from a RAID 
array, will be only able to deliver a fraction of it (i.e. ~40 MB/s in 
my case) when reads are being done from a dm-crypt device.

This is because kcryptd is not SMP-aware: it performs all calculations 
on a single logical CPU only.

Are there any plans to change it?


-- 
Tomasz Chmielewski
http://wpkg.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-13 19:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13 13:41 SMP-aware kcryptd? Tomasz Chmielewski
2009-04-13 17:36 ` Milan Broz
2009-04-13 17:47   ` Tomasz Chmielewski
2009-04-13 19:33   ` Larry Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.