* Andrew Miklas <public@xxxxxxx> wrote: >> hat do you want multicore support for ayways? Do you have an >> application that can actually saturate even one core? Multicore >> sounds like basicelly costing a lot of effort and postential >> problems for nothing in return. > > I have an application where I definitely need multicore support. I've > got a server running a I/O bound application over a RAID array capable > of 150+ MB/s. All the data stored on disk needs to be encrypted. > Unfortunately, my I/O throughput caps out at around 80-90 MB/s, even > though there is plenty of spare CPU power (it is a quad-core system). > > I admit that needing full-disk encryption on a server is probably a > bit of a rarity, but there are a few of us out here that actually need > to do that. :) If it's a software raid you could encrypt the devices below the raid, which gives you enough crypto threads. Here on my desktop i've a software raid5 which makes 130MB/s too (3 disks). So to saturate the raid i've to put the encryption below the SW raid. Otherwise i'd only get arround 90MB/s. cu, michael -- It's already too late! --------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx