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>,
	Nithinsen Kaithakadan <nkaithakadan@marvell.com>,
	Rupesh Chiluka <rchiluka@marvell.com>,
	Vidya Sagar Velumuri <vvelumuri@marvell.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [PATCH v2 0/7] fixes and new features to cnxk crypto PMD
Date: Tue, 17 Jun 2025 21:17:26 +0000	[thread overview]
Message-ID: <CO6PR18MB4484E418785B26D47734A0A6D873A@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20250609104038.3102767-1-ktejasree@marvell.com>



> -----Original Message-----
> From: Tejasree Kondoj <ktejasree@marvell.com>
> Sent: Monday, June 9, 2025 4:11 PM
> To: Akhil Goyal <gakhil@marvell.com>
> Cc: Anoob Joseph <anoobj@marvell.com>; Nithinsen Kaithakadan
> <nkaithakadan@marvell.com>; Rupesh Chiluka <rchiluka@marvell.com>; Vidya
> Sagar Velumuri <vvelumuri@marvell.com>; dev@dpdk.org
> Subject: [PATCH v2 0/7] fixes and new features to cnxk crypto PMD
> 
> This series adds fixes and new features to cnxk crypto PMD.
> 
> v2:
> * Combined few patches into one.
> * Updated patch titles and description.
> * Updated doc and release notes.
> 
> Nithinsen Kaithakadan (3):
>   common/cnxk: fix salt handling with aes-ctr
>   common/cnxk: update qsize in CPT iq enable
>   crypto/cnxk: copy 8B iv into sess in aes ctr
> 
> Rupesh Chiluka (2):
>   crypto/cnxk: extend check for max supported gather entries
>   crypto/cnxk: support asymmetric sessionless mode
> 
> Tejasree Kondoj (2):
>   crypto/cnxk: fix compilation error
>   crypto/cnxk: add meta variable in CPT structure
> 
>  doc/guides/cryptodevs/features/cn10k.ini  |  1 +
>  doc/guides/cryptodevs/features/cn9k.ini   |  1 +
>  doc/guides/rel_notes/release_25_07.rst    |  1 +
>  drivers/common/cnxk/cnxk_security.c       |  8 ++
>  drivers/common/cnxk/roc_cpt.c             |  5 ++
>  drivers/common/cnxk/roc_cpt_sg.h          |  1 +
>  drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 91 +++++++++++++++++++++--
>  drivers/crypto/cnxk/cn10k_ipsec_la_ops.h  | 17 ++++-
>  drivers/crypto/cnxk/cn10k_tls_ops.h       | 10 +++
>  drivers/crypto/cnxk/cn20k_ipsec_la_ops.h  | 17 ++++-
>  drivers/crypto/cnxk/cn20k_tls_ops.h       | 10 +++
>  drivers/crypto/cnxk/cn9k_cryptodev_ops.c  | 77 ++++++++++++++++++-
>  drivers/crypto/cnxk/cn9k_ipsec_la_ops.h   | 10 +++
>  drivers/crypto/cnxk/cnxk_cryptodev.c      |  3 +-
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.c  |  5 +-
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.h  |  4 +
>  drivers/crypto/cnxk/rte_pmd_cnxk_crypto.h |  3 +
>  17 files changed, 247 insertions(+), 17 deletions(-)
> 
Series Applied to dpdk-next-crypto
Thanks.

      parent reply	other threads:[~2025-06-17 21:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-09 10:40 Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 1/7] crypto/cnxk: fix compilation error Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 2/7] common/cnxk: fix salt handling with aes-ctr Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 3/7] crypto/cnxk: extend check for max supported gather entries Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 4/7] crypto/cnxk: add meta variable in CPT structure Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 5/7] crypto/cnxk: support asymmetric sessionless mode Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 6/7] common/cnxk: update qsize in CPT iq enable Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 7/7] crypto/cnxk: copy 8B iv into sess in aes ctr Tejasree Kondoj
2025-06-17 21:17 ` 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=CO6PR18MB4484E418785B26D47734A0A6D873A@CO6PR18MB4484.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ktejasree@marvell.com \
    --cc=nkaithakadan@marvell.com \
    --cc=rchiluka@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).