From: Damian Nowak <damianx.nowak@intel.com>
To: dev@dpdk.org
Cc: fiona.trahe@intel.com, Damian Nowak <damianx.nowak@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/3] add XTS support for Intel QAT
Date: Wed, 13 Mar 2019 15:52:10 +0100 [thread overview]
Message-ID: <20190313145213.1269-1-damianx.nowak@intel.com> (raw)
In-Reply-To: <20190228161851.7202-1-damianx.nowak@intel.com>
This patchset adds XTS support for Intel
QuickAssist Technology.
Following cipher algorithms are available
with this patchset:
* AES XTS (128)
* AES XTS (256)
---
v2:
- update release notes
Damian Nowak (3):
test/crypto: add tests for XTS on QAT
crypto/qat: add XTS for QAT session config
cryptodev: remove XTS text duplication
app/test/test_cryptodev_aes_test_vectors.h | 223 ++++++++++++++++++++++++++++-
doc/guides/cryptodevs/features/qat.ini | 2 +
doc/guides/cryptodevs/qat.rst | 3 +-
doc/guides/rel_notes/release_19_05.rst | 10 ++
drivers/crypto/qat/qat_sym_capabilities.h | 22 ++-
drivers/crypto/qat/qat_sym_session.c | 17 ++-
lib/librte_cryptodev/rte_crypto_sym.h | 9 +-
7 files changed, 275 insertions(+), 11 deletions(-)
--
2.7.4
next prev parent reply other threads:[~2019-03-13 14:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-28 16:18 [dpdk-dev] [PATCH 0/3] Add XTS support for Intel QuickAssist Technology Damian Nowak
2019-02-28 16:18 ` [dpdk-dev] [PATCH 1/3] test/crypto: add tests for XTS on QAT Damian Nowak
2019-02-28 16:18 ` [dpdk-dev] [PATCH 2/3] crypto/qat: add XTS for QAT session config Damian Nowak
2019-02-28 16:18 ` [dpdk-dev] [PATCH 3/3] cryptodev: remove XTS text duplication Damian Nowak
2019-03-13 14:52 ` Damian Nowak [this message]
2019-03-13 14:52 ` [dpdk-dev] [PATCH v2 1/3] test/crypto: add tests for XTS on QAT Damian Nowak
2019-03-13 14:52 ` [dpdk-dev] [PATCH v2 2/3] crypto/qat: add XTS for QAT session config Damian Nowak
2019-03-13 14:52 ` [dpdk-dev] [PATCH v2 3/3] cryptodev: remove XTS text duplication Damian Nowak
2019-03-13 17:51 ` [dpdk-dev] [PATCH v2 0/3] add XTS support for Intel QAT Trahe, Fiona
2019-03-22 15:08 ` Akhil Goyal
2019-03-22 15:08 ` 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=20190313145213.1269-1-damianx.nowak@intel.com \
--to=damianx.nowak@intel.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).