.hariprasad2006.

2013-06-02 Thread Hari Prasad
http://avateo.com/yshxxx/izknyhbinhloryufndwvzjpbpyka.pauxot -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/2] crypto: blowfish - disable AVX2 implementation

2013-06-02 Thread Jussi Kivilinna
It appears that the performance of 'vpgatherdd' is suboptimal for this kind of workload (tested on Core i5-4570) and causes blowfish-avx2 to be significantly slower than blowfish-amd64. So disable the AVX2 implementation to avoid performance regressions. Signed-off-by: Jussi Kivilinna

[PATCH 1/2] crypto: twofish - disable AVX2 implementation

2013-06-02 Thread Jussi Kivilinna
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