dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
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 v2 0/2] Add Chacha20-Poly1305 algorithm to QAT
Date: Wed, 15 Jan 2020 18:55:22 +0100	[thread overview]
Message-ID: <20200115175524.15796-1-arkadiuszx.kusztal@intel.com> (raw)

This patchest adds Chacha20-Poly1305 algorithm to Intel
QuickAssist Technology driver.

v2:
- rebased against current master

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/features/qat.ini      |  13 +--
 doc/guides/cryptodevs/qat.rst               |   1 +
 doc/guides/rel_notes/release_20_02.rst      |   5 +
 drivers/common/qat/qat_adf/icp_qat_hw.h     |  10 +-
 drivers/crypto/qat/qat_sym_capabilities.h   |  32 +++++++
 drivers/crypto/qat/qat_sym_pmd.c            |  11 ++-
 drivers/crypto/qat/qat_sym_session.c        | 144 +++++++++++++++-------------
 9 files changed, 251 insertions(+), 77 deletions(-)

-- 
2.1.0


             reply	other threads:[~2020-01-15 17:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 17:55 Arek Kusztal [this message]
2020-01-15 17:55 ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: add chacha poly implementation Arek Kusztal
2020-01-15 17:55 ` [dpdk-dev] [PATCH v2 2/2] test/cryptodev: add chacha poly test cases to cryptodev Arek Kusztal
2020-01-15 18:01 ` [dpdk-dev] [PATCH v2 0/2] Add Chacha20-Poly1305 algorithm to QAT Trahe, Fiona
2020-01-16 16:32   ` 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=20200115175524.15796-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).