Re: [EXTERNAL] [PATCH v4 2/2] crypto/uadk: use async mode to replace sync mode

2025-07-08 Thread Zhangfei Gao
On Wed, 9 Jul 2025 at 03:33, Akhil Goyal wrote: > > > To get better performance, using async mode to replace sync mode > > > > However, case UADK_CHAIN_CIPHER_AUTH and UADK_CHAIN_AUTH_CIPHER > > still use sync mode for the first operation and async mode for > > the second operation since the depen

RE: [EXTERNAL] [PATCH v4 2/2] crypto/uadk: use async mode to replace sync mode

2025-07-08 Thread Akhil Goyal
> To get better performance, using async mode to replace sync mode > > However, case UADK_CHAIN_CIPHER_AUTH and UADK_CHAIN_AUTH_CIPHER > still use sync mode for the first operation and async mode for > the second operation since the dependence. > > Also RTE_CRYPTO_AUTH_OP_VERIFY will hold the gen

[PATCH v4 2/2] crypto/uadk: use async mode to replace sync mode

2025-07-01 Thread Zhangfei Gao
To get better performance, using async mode to replace sync mode However, case UADK_CHAIN_CIPHER_AUTH and UADK_CHAIN_AUTH_CIPHER still use sync mode for the first operation and async mode for the second operation since the dependence. Also RTE_CRYPTO_AUTH_OP_VERIFY will hold the generated auth in