[dpdk-dev] [PATCH v3 0/1] crypto/qat: support Single-Pass GMAC on QAT GEN3
Adam Dybkowski
adamx.dybkowski at intel.com
Wed Apr 14 13:33:20 CEST 2021
This patch implements Single-Pass AES-GMAC possible on QAT GEN3
which improves the performance. On GEN1 and GEN2 the previous
chained method is used.
--
v3:
* optimize the code, eliminate second request template copy,
simplify request creation flow
v2:
* fix minor building and style issues
Adam Dybkowski (1):
crypto/qat: support Single-Pass GMAC on QAT GEN3
drivers/common/qat/qat_qp.c | 3 +-
drivers/crypto/qat/qat_sym.c | 72 +++++++++++++++++++++++++++-
drivers/crypto/qat/qat_sym.h | 66 ++++++++++++++++---------
drivers/crypto/qat/qat_sym_pmd.c | 6 +++
drivers/crypto/qat/qat_sym_session.c | 10 +++-
drivers/crypto/qat/qat_sym_session.h | 3 +-
6 files changed, 132 insertions(+), 28 deletions(-)
--
2.25.1
More information about the dev
mailing list