mbox

[0/2] QAT: handle Single Pass GCM

Message ID 20190906144751.3420-1-adamx.dybkowski@intel.com (mailing list archive)
Headers

Message

Dybkowski, AdamX Sept. 6, 2019, 2:47 p.m. UTC
  This patch improves the performance of AES GCM by using
the Single Pass Crypto Request functionality when running 
on GEN3 QAT.

Adam Dybkowski (2):
  common/qat: add new QAT GEN3 definitions
  crypto/qat: handle Single Pass Crypto Requests

 drivers/common/qat/qat_adf/icp_qat_fw_la.h | 19 +++++++++---
 drivers/crypto/qat/qat_sym.c               | 36 ++++++++++++++++++++--
 drivers/crypto/qat/qat_sym_session.c       |  2 +-
 3 files changed, 49 insertions(+), 8 deletions(-)