From: Adam Dybkowski <adamx.dybkowski@intel.com>
To: dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com
Cc: Adam Dybkowski <adamx.dybkowski@intel.com>
Subject: [dpdk-dev] [PATCH v3 0/2] Handle mixed algorithms on GEN3 QAT
Date: Wed, 15 Jan 2020 15:59:21 +0100 [thread overview]
Message-ID: <20200115145923.29515-1-adamx.dybkowski@intel.com> (raw)
In-Reply-To: <20191211140935.9503-1-adamx.dybkowski@intel.com>
v2:
* Added release notes update.
v3:
* Rebase, update release notes.
Adam Dybkowski (2):
crypto/qat: handle mixed hash-cipher requests on GEN3 QAT
test/crypto: add more tests for mixed encypted-digest
app/test/test_cryptodev.c | 400 +++++-
app/test/test_cryptodev_mixed_test_vectors.h | 1320 +++++++++++++++++-
doc/guides/cryptodevs/qat.rst | 24 +
doc/guides/rel_notes/release_20_02.rst | 7 +
drivers/common/qat/qat_adf/icp_qat_fw.h | 3 +
drivers/common/qat/qat_adf/icp_qat_fw_la.h | 2 +
drivers/crypto/qat/qat_sym_session.c | 72 +
7 files changed, 1784 insertions(+), 44 deletions(-)
--
2.17.1
next prev parent reply other threads:[~2020-01-15 14:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-11 14:09 [dpdk-dev] [PATCH v2 " Adam Dybkowski
2019-12-11 14:09 ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: handle mixed hash-cipher requests " Adam Dybkowski
2019-12-11 14:09 ` [dpdk-dev] [PATCH v2 2/2] test/crypto: add more tests for mixed encypted-digest Adam Dybkowski
2020-01-15 13:50 ` Akhil Goyal
2019-12-11 14:27 ` [dpdk-dev] [PATCH v2 0/2] Handle mixed algorithms on GEN3 QAT Trahe, Fiona
2020-01-15 14:59 ` Adam Dybkowski [this message]
2020-01-15 14:59 ` [dpdk-dev] [PATCH v3 1/2] crypto/qat: handle mixed hash-cipher requests " Adam Dybkowski
2020-01-15 15:14 ` Trahe, Fiona
2020-01-15 14:59 ` [dpdk-dev] [PATCH v3 2/2] test/crypto: add more tests for mixed encypted-digest Adam Dybkowski
2020-01-15 15:14 ` Trahe, Fiona
2020-01-15 15:47 ` [dpdk-dev] [PATCH v3 0/2] Handle mixed algorithms on GEN3 QAT 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=20200115145923.29515-1-adamx.dybkowski@intel.com \
--to=adamx.dybkowski@intel.com \
--cc=akhil.goyal@nxp.com \
--cc=dev@dpdk.org \
--cc=fiona.trahe@intel.com \
/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).