DPDK patches and discussions
 help / color / mirror / Atom feed
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 v2 0/1] crypto/qat: support plain SHA1..SHA512 hashes
Date: Thu, 16 Apr 2020 14:24:37 +0200	[thread overview]
Message-ID: <20200416122438.32319-1-adamx.dybkowski@intel.com> (raw)
In-Reply-To: <20200414122426.2511-1-adamx.dybkowski@intel.com>

This patch adds support for plain SHA-1, SHA-224, SHA-256,
SHA-384 and SHA-512 hashes to QAT PMD.

v2:
* simplify the tests, rebase the code on top of Pablo De Lara Guarch patches
* update the release notes

Adam Dybkowski (1):
  crypto/qat: support plain SHA1..SHA512 hashes

 doc/guides/cryptodevs/features/qat.ini    |   5 +
 doc/guides/cryptodevs/qat.rst             |   5 +
 doc/guides/rel_notes/release_20_05.rst    |   5 +
 drivers/crypto/qat/qat_sym_capabilities.h | 105 ++++++++++++++++++++
 drivers/crypto/qat/qat_sym_session.c      | 113 ++++++++++++++++++++--
 drivers/crypto/qat/qat_sym_session.h      |   1 +
 6 files changed, 227 insertions(+), 7 deletions(-)

-- 
2.17.1


  parent reply	other threads:[~2020-04-16 12:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-14 12:24 [dpdk-dev] [PATCH] " Adam Dybkowski
2020-04-15  8:58 ` Trahe, Fiona
2020-04-15 19:34 ` Akhil Goyal
2020-04-16 12:24 ` Adam Dybkowski [this message]
2020-04-16 12:24   ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
2020-04-16 12:30     ` Dybkowski, AdamX
2020-04-19 21:16     ` Akhil Goyal
2020-04-16 12:47   ` [dpdk-dev] [PATCH v2 0/1] " Dybkowski, AdamX

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=20200416122438.32319-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).