DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <gakhil@marvell.com>
To: Tejasree Kondoj <ktejasree@marvell.com>
Cc: Anoob Joseph <anoobj@marvell.com>,
	Jerin Jacob Kollanukkaran <jerinj@marvell.com>,
	Aakash Sasidharan <asasidharan@marvell.com>,
	Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>,
	Vidya Sagar Velumuri <vvelumuri@marvell.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [PATCH 0/7] fixes and improvements to CNXK crypto PMD
Date: Wed, 24 May 2023 20:55:21 +0000	[thread overview]
Message-ID: <CO6PR18MB4484D272535F7DACF707B802D8419@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20230428144647.1072-1-ktejasree@marvell.com>

> Subject: [PATCH 0/7] fixes and improvements to CNXK crypto PMD
> 
> This series adds SM3, CN10K PDCP CHAIN support and
> improvements to CNXK crypto PMD.
> 
> Aakash Sasidharan (1):
>   crypto/cnxk: add cryptodev reconfiguration support
> 
> Anoob Joseph (2):
>   crypto/cnxk: increase max segments
>   crypto/cnxk: remove redundant assignment
> 
> Tejasree Kondoj (3):
>   crypto/cnxk: return error for unsupported paths
>   crypto/cnxk: add CN10K pdcp chain support
>   crypto/cnxk: set local variables to template value
> 
> Vidya Sagar Velumuri (1):
>   crypto/cnxk: support SM3 hash
> 
>  doc/guides/cryptodevs/cnxk.rst                |   1 +
>  doc/guides/cryptodevs/features/cn10k.ini      |   1 +
>  drivers/common/cnxk/roc_cpt_sg.h              |   4 +-
>  drivers/common/cnxk/roc_se.c                  |  61 ++-
>  drivers/common/cnxk/roc_se.h                  |   8 +-
>  drivers/crypto/cnxk/cnxk_cryptodev.h          |   2 +-
>  .../crypto/cnxk/cnxk_cryptodev_capabilities.c |  32 ++
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.c      |  55 ++-
>  drivers/crypto/cnxk/cnxk_se.h                 | 444 ++++++++++++------
>  9 files changed, 424 insertions(+), 184 deletions(-)

Applied to dpdk-next-crypto
Updated release notes for SM3 and PDCP chain support

      parent reply	other threads:[~2023-05-24 20:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28 14:46 Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 1/7] crypto/cnxk: return error for unsupported paths Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 2/7] crypto/cnxk: add cryptodev reconfiguration support Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 3/7] crypto/cnxk: add CN10K pdcp chain support Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 4/7] crypto/cnxk: support SM3 hash Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 5/7] crypto/cnxk: set local variables to template value Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 6/7] crypto/cnxk: increase max segments Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 7/7] crypto/cnxk: remove redundant assignment Tejasree Kondoj
2023-05-24 20:55 ` 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=CO6PR18MB4484D272535F7DACF707B802D8419@CO6PR18MB4484.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=asasidharan@marvell.com \
    --cc=dev@dpdk.org \
    --cc=gmuthukrishn@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=ktejasree@marvell.com \
    --cc=vvelumuri@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).