DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <gakhil@marvell.com>
To: Volodymyr Fialko <vfialko@marvell.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>,
	Anoob Joseph <anoobj@marvell.com>,
	Volodymyr Fialko <vfialko@marvell.com>
Subject: RE: [EXT] [PATCH v2 0/3] Add support for SHAKE
Date: Tue, 31 Jan 2023 08:10:58 +0000	[thread overview]
Message-ID: <CO6PR18MB4484BAF2CEF7BEB4CACA6328D8D09@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20230112104733.1835722-1-vfialko@marvell.com>

> This series defines new enums for SHAKE128 and SHAKE256 authentication
> algorithms and implements support for CNXK crypto PMD.
> 
> v2:
> - rebased for dpdk-next-crypto
> 
> Volodymyr Fialko (3):
>   cryptodev: add SHAKE algorithm
>   app/test: add SHAKE test cases
>   crypto/cnxk: add support for SHAKE hash
> 
>  app/test/test_cryptodev_hash_test_vectors.h   | 66 +++++++++++++++++++
>  doc/guides/cryptodevs/cnxk.rst                |  2 +
>  doc/guides/cryptodevs/features/cn10k.ini      |  2 +
>  doc/guides/cryptodevs/features/cn9k.ini       |  2 +
>  doc/guides/cryptodevs/features/default.ini    |  2 +
>  drivers/common/cnxk/roc_se.h                  |  4 +-
>  drivers/crypto/cnxk/cnxk_cryptodev.h          |  2 +-
>  .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 40 +++++++++++
>  drivers/crypto/cnxk/cnxk_se.h                 | 15 +++++
>  lib/cryptodev/rte_crypto_sym.h                |  7 +-
>  lib/cryptodev/rte_cryptodev.c                 |  5 +-
>  11 files changed, 142 insertions(+), 5 deletions(-)
> 
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto
Added release notes. Please make sure to add it in future.

      parent reply	other threads:[~2023-01-31  8:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04 14:38 [PATCH " Volodymyr Fialko
2023-01-04 14:38 ` [PATCH 1/3] cryptodev: add SHAKE algorithm Volodymyr Fialko
2023-01-04 14:38 ` [PATCH 2/3] app/test: add SHAKE test cases Volodymyr Fialko
2023-01-04 14:38 ` [PATCH 3/3] crypto/cnxk: add support for SHAKE hash Volodymyr Fialko
2023-01-12 10:47 ` [PATCH v2 0/3] Add support for SHAKE Volodymyr Fialko
2023-01-12 10:47   ` [PATCH v2 1/3] cryptodev: add SHAKE algorithm Volodymyr Fialko
2023-01-30 19:24     ` Akhil Goyal
2023-01-12 10:47   ` [PATCH v2 2/3] app/test: add SHAKE test cases Volodymyr Fialko
2023-01-30 19:25     ` Akhil Goyal
2023-01-12 10:47   ` [PATCH v2 3/3] crypto/cnxk: add support for SHAKE hash Volodymyr Fialko
2023-01-31  8:10   ` Akhil Goyal [this message]

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=CO6PR18MB4484BAF2CEF7BEB4CACA6328D8D09@CO6PR18MB4484.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=vfialko@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).