Re: [dm-devel] [PATCH] DM-CRYPT: Scale to multiple CPUs

From: Andi Kleen
Date: Wed Jun 02 2010 - 03:52:14 EST




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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/