Message ID | 20221007134653.929034-1-ciara.power@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | add remaining SGL support to AESNI_MB | expand |
> Currently, the intel-ipsec-mb library only supports SGL for > GCM and ChaCha20-Poly1305 algorithms through the JOB API. > > To add SGL support for other algorithms, a workaround approach is > added in the AESNI_MB PMD. SGL feature flags can now be added to > the PMD. > > Some additional Snow3G SGL and AES tests are also added for > various SGL input/output combinations that were not > previously being tested. > > v5: > - Rebased on for-main branch after session rework merged. > - Dropped bug fix patch for sessionless tests, no longer > applicable after session rework. > - Removed some added AES-XTS tests as they are skipped for AESNI_MB > and QAT and I can't verify them locally. > - Added AES-XTS tests that had been accidentally removed in > previous patchset versions. Applied to dpdk-next-crypto Thanks.