Re: [PATCH 2/2] crypto: vmx - Remove overly verbose printk from AES XTS init

2018-05-11 Thread Herbert Xu
On Thu, May 03, 2018 at 10:29:30PM +1000, Michael Ellerman wrote: > In p8_aes_xts_init() we do a printk(KERN_INFO ...) to report the > fallback implementation we're using. However with a slow console this > can significantly affect the speed of crypto operations. So remove it. > > Fixes:

[PATCH 2/2] crypto: vmx - Remove overly verbose printk from AES XTS init

2018-05-03 Thread Michael Ellerman
In p8_aes_xts_init() we do a printk(KERN_INFO ...) to report the fallback implementation we're using. However with a slow console this can significantly affect the speed of crypto operations. So remove it. Fixes: c07f5d3da643 ("crypto: vmx - Adding support for XTS") Cc: sta...@vger.kernel.org #