Re: [dpdk-dev] [PATCH v5 1/3] crypto/aesni_mb: support ZUC-EEA3/EIA3

2020-10-09 Thread Akhil Goyal
> Add support for ZUC-EEA3/EIA3 algorithms through the intel-ipsec-mb > job API, allowing the mix of these algorithms with others. > > Signed-off-by: Pablo de Lara > --- > > v5: > - Added NON_BYTE_ALIGNED feature flag > - Rebased on top of crypto subtree > Added NON_BYTE_ALIGNED feature in aesn

[dpdk-dev] [PATCH v5 1/3] crypto/aesni_mb: support ZUC-EEA3/EIA3

2020-10-09 Thread Pablo de Lara
Add support for ZUC-EEA3/EIA3 algorithms through the intel-ipsec-mb job API, allowing the mix of these algorithms with others. Signed-off-by: Pablo de Lara --- v5: - Added NON_BYTE_ALIGNED feature flag - Rebased on top of crypto subtree v3/v4: - No changes v2: - Added commit description - Fixe