RE: [PATCH v3 3/3] crypto/ipsec_mb: add SM4 algorithm support

2024-10-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: Dooley, Brian > Sent: Thursday, October 3, 2024 6:05 PM > To: Ji, Kai ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; gak...@marvell.com; Dooley, Brian > > Subject: [PATCH v3 3/3] crypto/ipsec_mb: add SM4 algorithm support > >

[PATCH v3 3/3] crypto/ipsec_mb: add SM4 algorithm support

2024-10-03 Thread Brian Dooley
This patch introduces SM4 CBC, SM4 ECB and SM4 CTR algorithm support to the AESNI_MB PMD. SM4 CTR is available in the v2.0 release of Intel IPsec MB. Signed-off-by: Brian Dooley --- v2: Add Intel IPsec MB version check to capabilities Add SM4 CTR algorithm support v3: Fix