Skip to content

Commit

Permalink
crypto/uadk: use async mode to replace sync mode
Browse files Browse the repository at this point in the history
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
qp->temp_digest[idx % BURST_MAX] to verify later.

Signed-off-by: Zhangfei Gao <[email protected]>
  • Loading branch information
zhangfeigao committed Dec 18, 2024
1 parent f38077f commit 53ab2ff
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 87 deletions.
Loading

0 comments on commit 53ab2ff

Please sign in to comment.