Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 1/2] crypto: twofish - disable AVX2 implementation
@ 2013-06-02 16:51 Jussi Kivilinna
  2013-06-02 16:51 ` [PATCH 2/2] crypto: blowfish " Jussi Kivilinna
  0 siblings, 1 reply; 4+ messages in thread
From: Jussi Kivilinna @ 2013-06-02 16:51 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

It appears that the performance of 'vpgatherdd' is suboptimal for this kind of
workload (tested on Core i5-4570) and causes twofish_avx2 to be significantly
slower than twofish_avx. So disable the AVX2 implementation to avoid
performance regressions.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
---
 crypto/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index d1ca631..678a6ed 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1318,6 +1318,7 @@ config CRYPTO_TWOFISH_AVX_X86_64
 config CRYPTO_TWOFISH_AVX2_X86_64
 	tristate "Twofish cipher algorithm (x86_64/AVX2)"
 	depends on X86 && 64BIT
+	depends on BROKEN
 	select CRYPTO_ALGAPI
 	select CRYPTO_CRYPTD
 	select CRYPTO_ABLK_HELPER_X86

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

end of thread, other threads:[~2013-06-05 12:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-02 16:51 [PATCH 1/2] crypto: twofish - disable AVX2 implementation Jussi Kivilinna
2013-06-02 16:51 ` [PATCH 2/2] crypto: blowfish " Jussi Kivilinna
2013-06-05  8:34   ` Herbert Xu
2013-06-05 12:26     ` Jussi Kivilinna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox