DPDK patches and discussions
 help / color / mirror / Atom feed
From: Adam Dybkowski <adamx.dybkowski@intel.com>
To: dev@dpdk.org, declan.doherty@intel.com,
	arkadiuszx.kusztal@intel.com, gakhil@marvell.com
Cc: Adam Dybkowski <adamx.dybkowski@intel.com>
Subject: [dpdk-dev] [PATCH v3 0/1] crypto/qat: support Single-Pass GMAC on QAT GEN3
Date: Wed, 14 Apr 2021 12:33:20 +0100	[thread overview]
Message-ID: <20210414113321.3483-1-adamx.dybkowski@intel.com> (raw)
In-Reply-To: <20210305141641.16707-2-adamx.dybkowski@intel.com>

This patch implements Single-Pass AES-GMAC possible on QAT GEN3
which improves the performance. On GEN1 and GEN2 the previous
chained method is used.

--
v3:
* optimize the code, eliminate second request template copy,
  simplify request creation flow
v2:
* fix minor building and style issues

Adam Dybkowski (1):
  crypto/qat: support Single-Pass GMAC on QAT GEN3

 drivers/common/qat/qat_qp.c          |  3 +-
 drivers/crypto/qat/qat_sym.c         | 72 +++++++++++++++++++++++++++-
 drivers/crypto/qat/qat_sym.h         | 66 ++++++++++++++++---------
 drivers/crypto/qat/qat_sym_pmd.c     |  6 +++
 drivers/crypto/qat/qat_sym_session.c | 10 +++-
 drivers/crypto/qat/qat_sym_session.h |  3 +-
 6 files changed, 132 insertions(+), 28 deletions(-)

-- 
2.25.1


  reply	other threads:[~2021-04-14 11:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-05 12:45 [dpdk-dev] [PATCH] " Adam Dybkowski
2021-03-05 14:16 ` [dpdk-dev] [PATCH v2 0/1] " Adam Dybkowski
2021-03-05 14:16   ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
2021-04-14 11:33     ` Adam Dybkowski [this message]
2021-04-14 11:33       ` [dpdk-dev] [PATCH v3 " Adam Dybkowski
2021-04-14 13:37         ` Doherty, Declan
2021-04-14 19:26           ` [dpdk-dev] [EXT] " 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=20210414113321.3483-1-adamx.dybkowski@intel.com \
    --to=adamx.dybkowski@intel.com \
    --cc=arkadiuszx.kusztal@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.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).