RE: [PATCH v3 00/12] Fixes and improvements to CNXK crypto PMD

2024-06-26 Thread Akhil Goyal
> Subject: [PATCH v3 00/12] Fixes and improvements to CNXK crypto PMD > > v3: > * Fix compilation error by moving function meant for arm64 under > "#if defined(RTE_ARCH_ARM64)" guard. > v2: > * Fix compilation errors observed with arm gcc-13. > > This se

[PATCH v3 00/12] Fixes and improvements to CNXK crypto PMD

2024-06-26 Thread Aakash Sasidharan
v3: * Fix compilation error by moving function meant for arm64 under "#if defined(RTE_ARCH_ARM64)" guard. v2: * Fix compilation errors observed with arm gcc-13. This series adds improvements to CNXK crypto PMD and fixes aes-gcm zero length input failure. Aakash Sasidharan (1): crypto/cnxk: fi