You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the vmx AES init routines 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. Using 'cryptsetup benchmark' the removal of the
printk() leads to a ~5x speedup for aes-cbc decryption.
So remove them.
Fixes: 8676590 ("crypto: vmx - Adding AES routines for VMX module")
Fixes: 8c755ac ("crypto: vmx - Adding CBC routines for VMX module")
Fixes: 4f7f60d ("crypto: vmx - Adding CTR routines for VMX module")
Fixes: cc333cd ("crypto: vmx - Adding GHASH routines for VMX module")
Cc: [email protected] # v4.1+
Signed-off-by: Michael Ellerman <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
0 commit comments