Re: ppc64: v2, AES/GCM Performance improvement with stitched implementation

2023-12-18 Thread Danny Tsen
Correction, 719 bytes test vector. On Dec 12, 2023, at 9:01 AM, Danny Tsen wrote: On Dec 11, 2023, at 10:32 AM, Niels Möller wrote: Danny Tsen writes: Here is the version 2 for AES/GCM stitched patch. The stitched code is in all assembly and m4 macros are used. The overall performance

Re: ppc64: v2, AES/GCM Performance improvement with stitched implementation

2023-12-12 Thread Danny Tsen
> On Dec 11, 2023, at 10:32 AM, Niels Möller wrote: > > Danny Tsen writes: > >> Here is the version 2 for AES/GCM stitched patch. The stitched code is >> in all assembly and m4 macros are used. The overall performance >> improved around ~110% and 120% for encrypt and decrypt respectably. >>

Re: ppc64: v2, AES/GCM Performance improvement with stitched implementation

2023-12-11 Thread Niels Möller
Danny Tsen writes: > Here is the version 2 for AES/GCM stitched patch. The stitched code is > in all assembly and m4 macros are used. The overall performance > improved around ~110% and 120% for encrypt and decrypt respectably. > Please see the attached patch and aes benchmark. Thanks, comments

Re: ppc64: v2, AES/GCM Performance improvement with stitched implementation

2023-12-07 Thread Danny Tsen
Hi Niels, Here is the version 2 for AES/GCM stitched patch. The stitched code is in all assembly and m4 macros are used. The overall performance improved around ~110% and 120% for encrypt and decrypt respectably. Please see the attached patch and aes benchmark. Thanks. -Danny > On Nov