DPDK patches and discussions
 help / color / mirror / Atom feed
From: Fan Zhang <roy.fan.zhang@intel.com>
To: dev@dpdk.org
Cc: akhil.goyal@nxp.com
Subject: [dpdk-dev] [PATCH v4 0/3] crypto/aesni_mb: add gmac support
Date: Wed, 19 Dec 2018 21:42:41 +0000	[thread overview]
Message-ID: <20181219214244.21234-1-roy.fan.zhang@intel.com> (raw)
In-Reply-To: <20181218135125.68547-1-roy.fan.zhang@intel.com>

This patchset adds the AES-GMAC authentication only support to AESNI-MB PMD,
including the driver code, cryptodev unit test, and documentation updates.

This patchset is built on top of the patchset "use architecure independent
macros" (https://mails.dpdk.org/archives/dev/2018-December/121680.html)

Acked-by: Damian Nowak <damianx.nowak@intel.com>

v4:
- rebased on top of latest "use architecure independent macros" patchset.
- patch split.

v3:
- rebased on top of latest code.
- updated release note.

v2:
- updated documentation.

Fan Zhang (3):
  crypto/aesni_mb: add gmac support
  test: add aesni-mb gmac test
  doc: update release note and PMD information

 doc/guides/cryptodevs/aesni_mb.rst                 |   2 +
 doc/guides/rel_notes/release_19_02.rst             |   5 +
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c         | 126 +++++++++++++++-----
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd_compat.c  | 127 ++++++++++++++++-----
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c     |  25 ++++
 .../crypto/aesni_mb/rte_aesni_mb_pmd_ops_compat.c  |  25 ++++
 test/test/test_cryptodev.c                         |  24 ++++
 7 files changed, 281 insertions(+), 53 deletions(-)

-- 
2.13.6

  parent reply	other threads:[~2018-12-19 21:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-15 17:24 [dpdk-dev] [PATCH] " Fan Zhang
2018-12-11 14:24 ` [dpdk-dev] [PATCH v2] " Fan Zhang
2018-12-18 13:51   ` [dpdk-dev] [PATCH v3] " Fan Zhang
2018-12-18 15:22     ` Akhil Goyal
2018-12-19 21:42     ` Fan Zhang [this message]
2018-12-19 21:42       ` [dpdk-dev] [PATCH v4 1/3] " Fan Zhang
2018-12-19 21:42       ` [dpdk-dev] [PATCH v4 2/3] test: add aesni-mb gmac test Fan Zhang
2018-12-19 21:42       ` [dpdk-dev] [PATCH v4 3/3] doc: update release note and PMD information Fan Zhang
2018-12-19 22:04       ` [dpdk-dev] [PATCH v5 0/3] crypto/aesni_mb: add gmac support Fan Zhang
2018-12-19 22:04         ` [dpdk-dev] [PATCH v5 1/3] " Fan Zhang
2018-12-19 22:04         ` [dpdk-dev] [PATCH v5 2/3] test: add aesni-mb gmac test Fan Zhang
2018-12-19 22:04         ` [dpdk-dev] [PATCH v5 3/3] doc: update release note and pmd info Fan Zhang
2018-12-20 12:07         ` [dpdk-dev] [PATCH v6] crypto/aesni_mb: support AES-GMAC Fan Zhang
2019-01-09 22:15           ` De Lara Guarch, Pablo

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=20181219214244.21234-1-roy.fan.zhang@intel.com \
    --to=roy.fan.zhang@intel.com \
    --cc=akhil.goyal@nxp.com \
    --cc=dev@dpdk.org \
    /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).