mbox series

[v2,0/4] ipsec_mb fixes for ZUC algorithm

Message ID 20220223160116.736804-1-pablo.de.lara.guarch@intel.com (mailing list archive)
Headers
Series ipsec_mb fixes for ZUC algorithm |

Message

De Lara Guarch, Pablo Feb. 23, 2022, 4:01 p.m. UTC
  This patchset fixes various issues affecting ZUC and AESNI MB PMD,
when ZUC algorithm is used.

-v2: rebased on main branch

Pablo de Lara (4):
  crypto/ipsec_mb: check for missing operation types
  crypto/ipsec_mb: fix ZUC authentication verify
  crypto/ipsec_mb: fix crypto operation overwrite
  crypto/ipsec_mb: fix length and offset settings

 drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 122 +++++++++++++++++--------
 drivers/crypto/ipsec_mb/pmd_zuc.c      |  22 +++--
 drivers/crypto/ipsec_mb/pmd_zuc_priv.h |   2 +-
 3 files changed, 100 insertions(+), 46 deletions(-)
  

Comments

Akhil Goyal Feb. 24, 2022, 10:23 a.m. UTC | #1
> This patchset fixes various issues affecting ZUC and AESNI MB PMD,
> when ZUC algorithm is used.
> 
> -v2: rebased on main branch
> 
> Pablo de Lara (4):
>   crypto/ipsec_mb: check for missing operation types
>   crypto/ipsec_mb: fix ZUC authentication verify
>   crypto/ipsec_mb: fix crypto operation overwrite
>   crypto/ipsec_mb: fix length and offset settings
> 
>  drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 122 +++++++++++++++++--------
>  drivers/crypto/ipsec_mb/pmd_zuc.c      |  22 +++--
>  drivers/crypto/ipsec_mb/pmd_zuc_priv.h |   2 +-
>  3 files changed, 100 insertions(+), 46 deletions(-)
> 
Series Applied to dpdk-next-crypto

Thanks.