Re: [PATCH] crypto: vmx - comply with ABIs that specify vrsave as reserved.

2016-05-10 Thread Herbert Xu
On Thu, May 05, 2016 at 11:09:27AM -0300, Paulo Flabiano Smorigo wrote: > It gives significant improvements ( ~+15%) on some modes. > > These code has been adopted from OpenSSL project in collaboration > with the original author (Andy Polyakov ). > > Signed-off-by: Paulo Flabiano Smorigo Patch

[PATCH] crypto: vmx - comply with ABIs that specify vrsave as reserved.

2016-05-05 Thread Paulo Flabiano Smorigo
It gives significant improvements ( ~+15%) on some modes. These code has been adopted from OpenSSL project in collaboration with the original author (Andy Polyakov ). Signed-off-by: Paulo Flabiano Smorigo --- drivers/crypto/vmx/ppc-xlate.pl | 20 1 file changed, 20 insertio

Re: [PATCH] crypto: vmx - comply with ABIs that specify vrsave as reserved.

2016-05-03 Thread Herbert Xu
On Fri, Apr 29, 2016 at 11:03:05AM -0300, Paulo Flabiano Smorigo wrote: > It gives significant improvements ( ~+15%) on some modes. > > These code has been adopted from OpenSSL project in collaboration > with the original author (Andy Polyakov ). No sign-off. -- Email: Herbert Xu Home Page: htt

[PATCH] crypto: vmx - comply with ABIs that specify vrsave as reserved.

2016-04-29 Thread Paulo Flabiano Smorigo
It gives significant improvements ( ~+15%) on some modes. These code has been adopted from OpenSSL project in collaboration with the original author (Andy Polyakov ). --- drivers/crypto/vmx/ppc-xlate.pl | 20 1 file changed, 20 insertions(+) diff --git a/drivers/crypto/vmx/p