From: "Trahe, Fiona" <fiona.trahe@intel.com>
To: "Dybkowski, AdamX" <adamx.dybkowski@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>,
"Kusztal, ArkadiuszX" <arkadiuszx.kusztal@intel.com>,
"akhil.goyal@nxp.com" <akhil.goyal@nxp.com>
Cc: "Trahe, Fiona" <fiona.trahe@intel.com>
Subject: Re: [dpdk-dev] [PATCH v3 0/3] QAT: handle Single Pass GCM
Date: Tue, 8 Oct 2019 15:03:09 +0000 [thread overview]
Message-ID: <348A99DA5F5B7549AA880327E580B435898308DD@IRSMSX101.ger.corp.intel.com> (raw)
In-Reply-To: <20191008124433.22304-1-adamx.dybkowski@intel.com>
> -----Original Message-----
> From: Dybkowski, AdamX
> Sent: Tuesday, October 8, 2019 1:45 PM
> To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>; akhil.goyal@nxp.com
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Subject: [PATCH v3 0/3] QAT: handle Single Pass GCM
>
> This patch improves the performance of AES GCM
> by using the Single Pass Crypto Request
> when running on GEN3 QAT.
> ---
> v3:
> * Block GCM session prepared on QAT GEN3 to be used for executing op on QAT GEN1/2
> * Update QAT sym. crypto documentation
>
> v2:
> * Fix the session preparation function and request building code.
> * Update release notes.
>
> Adam Dybkowski (3):
> test/crypto: add more AES GCM tests for QAT PMD
> common/qat: add new QAT GEN3 definitions
> crypto/qat: handle Single Pass Crypto Requests on GEN3 QAT
>
> app/test/test_cryptodev.c | 226 +++++++++++++++++++++
> doc/guides/cryptodevs/qat.rst | 11 +
> doc/guides/rel_notes/release_19_11.rst | 6 +
> drivers/common/qat/qat_adf/icp_qat_fw_la.h | 19 +-
> drivers/common/qat/qat_adf/icp_qat_hw.h | 19 ++
> drivers/crypto/qat/qat_sym.c | 13 +-
> drivers/crypto/qat/qat_sym_session.c | 87 +++++++-
> drivers/crypto/qat/qat_sym_session.h | 9 +-
> 8 files changed, 378 insertions(+), 12 deletions(-)
>
> --
> 2.17.1
Series
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
next prev parent reply other threads:[~2019-10-08 15:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-06 14:47 [dpdk-dev] [PATCH 0/2] " Adam Dybkowski
2019-09-06 14:47 ` [dpdk-dev] [PATCH 1/2] common/qat: add new QAT GEN3 definitions Adam Dybkowski
2019-09-06 14:47 ` [dpdk-dev] [PATCH 2/2] crypto/qat: handle Single Pass Crypto Requests Adam Dybkowski
2019-09-27 15:47 ` [dpdk-dev] [PATCH v2 0/3] QAT: handle Single Pass GCM Adam Dybkowski
2019-09-27 15:47 ` [dpdk-dev] [PATCH v2 1/3] test/crypto: add more AES GCM tests for QAT PMD Adam Dybkowski
2019-10-03 12:41 ` Trahe, Fiona
2019-09-27 15:47 ` [dpdk-dev] [PATCH v2 2/3] common/qat: add new QAT GEN3 definitions Adam Dybkowski
2019-10-03 12:58 ` Trahe, Fiona
2019-09-27 15:47 ` [dpdk-dev] [PATCH v2 3/3] crypto/qat: handle Single Pass Crypto Requests on GEN3 QAT Adam Dybkowski
2019-10-03 13:04 ` Trahe, Fiona
2019-10-08 12:44 ` [dpdk-dev] [PATCH v3 0/3] QAT: handle Single Pass GCM Adam Dybkowski
2019-10-08 12:44 ` [dpdk-dev] [PATCH v3 1/3] test/crypto: add more AES GCM tests for QAT PMD Adam Dybkowski
2019-10-08 12:44 ` [dpdk-dev] [PATCH v3 2/3] common/qat: add new QAT GEN3 definitions Adam Dybkowski
2019-10-08 12:44 ` [dpdk-dev] [PATCH v3 3/3] crypto/qat: handle Single Pass Crypto Requests on GEN3 QAT Adam Dybkowski
2019-10-08 15:03 ` Trahe, Fiona [this message]
2019-10-09 9:17 ` [dpdk-dev] [PATCH v3 0/3] QAT: handle Single Pass GCM Akhil Goyal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=348A99DA5F5B7549AA880327E580B435898308DD@IRSMSX101.ger.corp.intel.com \
--to=fiona.trahe@intel.com \
--cc=adamx.dybkowski@intel.com \
--cc=akhil.goyal@nxp.com \
--cc=arkadiuszx.kusztal@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).