Message ID | 20221004125505.677795-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. > > This patchset also includes a fix for SGL wireless operations, > session cleanup and session creation for sessionless operations. > > Some additional Snow3G SGL and AES tests are also added for > various SGL input/output combinations that were not > previously being tested. > > v4: Added error check when appending space for digest to buffer. > Please rebase.