> -----Original Message----- > From: Gowrishankar Muthukrishnan <[email protected]> > Sent: Thursday, August 10, 2023 11:35 AM > To: [email protected] > Cc: [email protected]; Akhil Goyal <[email protected]>; Fan Zhang > <[email protected]>; Ji, Kai <[email protected]>; Gowrishankar > Muthukrishnan <[email protected]> > Subject: [v1 1/6] crypto/openssl: include SM2 in asymmetric capabilities > > Include SM2 algorithm in the asymmetric capabilities supported by OpenSSL > PMD. > > Fixes: 3b7d638fb11f ("crypto/openssl: support asymmetric SM2") > > Signed-off-by: Gowrishankar Muthukrishnan <[email protected]> > --- > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/drivers/crypto/openssl/rte_openssl_pmd_ops.c > b/drivers/crypto/openssl/rte_openssl_pmd_ops.c > index 85a4fa3e55..2eb450fcfd 100644 > --- a/drivers/crypto/openssl/rte_openssl_pmd_ops.c > + (1 << RTE_CRYPTO_ASYM_OP_DECRYPT)), > + } > + } > + } > + }, > > RTE_CRYPTODEV_END_OF_CAPABILITIES_LIST() > }; > -- > 2.25.1 Acked-by: Arkadiusz Kusztal <[email protected]>

