> Subject: [PATCH v3 1/3] cryptodev: add asymmetric operational capability > > Asymmetric crypto algorithms such as SM2, EdDSA would need per op > capability and based on it, the input param to a crypto operation > is chosen wisely. > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > --- > v3: > - Removed unused rte_crypto_sm2_op_capa enum value > RTE_CRYPTO_SM2_PKE_KDF. > HW that needs it can add this enum. > - Test and driver changes split from it and follows within same series. Series acked-by: Akhil Goyal <gak...@marvell.com>
Arek's ack taken from v2. Updated release notes Applied to dpdk-next-crypto Thanks.