From: Arek Kusztal <arkadiuszx.kusztal@intel.com>
To: dev@dpdk.org
Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com,
Arek Kusztal <arkadiuszx.kusztal@intel.com>
Subject: [dpdk-dev] [PATCH 0/2] Add chacha20-poly1305 algorithm to QAT
Date: Fri, 6 Dec 2019 19:13:34 +0100 [thread overview]
Message-ID: <20191206181336.6180-1-arkadiuszx.kusztal@intel.com> (raw)
This patchset adds chacha20-poly1305 algorithm to Intel QuickAssit
Technology Driver and corresponding test cases.
This patchset depends on the "cryptodev: add chacha20-poly1305 aead algorithm" [1].
[1] http://patchwork.dpdk.org/patch/63610/
Arek Kusztal (2):
crypto/qat: add chacha poly implementation
test/cryptodev: add chacha poly test cases to cryptodev
app/test/test_cryptodev.c | 35 +++++++++++++
app/test/test_cryptodev_aead_test_vectors.h | 77 +++++++++++++++++++++++++++++
doc/guides/cryptodevs/qat.rst | 1 +
doc/guides/rel_notes/release_20_02.rst | 4 ++
drivers/common/qat/qat_adf/icp_qat_hw.h | 17 ++++++-
drivers/crypto/qat/qat_sym_capabilities.h | 32 ++++++++++++
drivers/crypto/qat/qat_sym_pmd.c | 11 ++++-
drivers/crypto/qat/qat_sym_session.c | 20 ++++++--
8 files changed, 190 insertions(+), 7 deletions(-)
--
2.1.0
next reply other threads:[~2019-12-06 18:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-06 18:13 Arek Kusztal [this message]
2019-12-06 18:13 ` [dpdk-dev] [PATCH 1/2] crypto/qat: add chacha poly implementation Arek Kusztal
2020-01-14 17:16 ` Trahe, Fiona
2019-12-06 18:13 ` [dpdk-dev] [PATCH 2/2] test/cryptodev: add chacha poly test cases to cryptodev Arek Kusztal
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=20191206181336.6180-1-arkadiuszx.kusztal@intel.com \
--to=arkadiuszx.kusztal@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).