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>,
	Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>,
	Rahul Bhansali <rbhansali@marvell.com>,
	Vidya Sagar Velumuri <vvelumuri@marvell.com>,
	Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>,
	Volodymyr Fialko <vfialko@marvell.com>,
	Aakash Sasidharan <asasidharan@marvell.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [PATCH 00/17] fixes and improvements to cnxk crytpo PMD
Date: Wed, 4 Jan 2023 10:11:46 +0000	[thread overview]
Message-ID: <CO6PR18MB4484FA3CA9F933E7897A8B1FD8F59@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20221220143232.2519650-1-ktejasree@marvell.com>

> Subject: [PATCH 00/17] fixes and improvements to cnxk crytpo PMD
> 
> This series adds improvements and support for SHA3,
> IPsec scatter gather mode in cnxk crypto PMD.
> 
> Aakash Sasidharan (1):
>   common/cnxk: generate opad and ipad in driver
> 
> Anoob Joseph (3):
>   common/cnxk: perform LF fini ops only when allocated
>   crypto/cnxk: remove null check of session priv
>   common/cnxk: remove salt from session
> 
> Archana Muniganti (1):
>   crypto/cnxk: add CN9K IPsec SG support
> 
> Gowrishankar Muthukrishnan (1):
>   crypto/cnxk: fix incorrect digest for an empty input data
> 
> Tejasree Kondoj (5):
>   crypto/cnxk: support truncated digest length
>   crypto/octeontx: support truncated digest size
>   crypto/cnxk: set device ops to null in PCI remove
>   crypto/cnxk: add CTX for non IPsec operations
>   crypto/cnxk: set salt in dptr as part of IV
> 
> Vidya Sagar Velumuri (2):
>   crypto/cnxk: update resp len calculation for IPv6
>   crypto/cnxk: update crypto completion code handling
> 
> Volodymyr Fialko (4):
>   crypto/cnxk: add context to passthrough instruction
>   crypto/cnxk: add queue pair check to meta set
>   crypto/cnxk: add support for SHA3 hash
>   common/cnxk: skip hmac hash precomputation
> 
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Fixed couple of formatting issues while applying.
Applied to dpdk-next-crypto


      parent reply	other threads:[~2023-01-04 10:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-20 14:32 Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 01/17] common/cnxk: perform LF fini ops only when allocated Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 02/17] common/cnxk: generate opad and ipad in driver Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 03/17] crypto/cnxk: update resp len calculation for IPv6 Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 04/17] crypto/cnxk: add context to passthrough instruction Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 05/17] crypto/cnxk: support truncated digest length Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 06/17] crypto/cnxk: add queue pair check to meta set Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 07/17] crypto/cnxk: update crypto completion code handling Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 08/17] crypto/cnxk: fix incorrect digest for an empty input data Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 09/17] crypto/cnxk: add CN9K IPsec SG support Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 10/17] crypto/cnxk: add support for SHA3 hash Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 11/17] common/cnxk: skip hmac hash precomputation Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 12/17] crypto/octeontx: support truncated digest size Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 13/17] crypto/cnxk: set device ops to null in PCI remove Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 14/17] crypto/cnxk: add CTX for non IPsec operations Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 15/17] crypto/cnxk: set salt in dptr as part of IV Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 16/17] crypto/cnxk: remove null check of session priv Tejasree Kondoj
2022-12-20 14:32 ` [PATCH 17/17] common/cnxk: remove salt from session Tejasree Kondoj
2023-01-04 10:11 ` 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=CO6PR18MB4484FA3CA9F933E7897A8B1FD8F59@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=ndabilpuram@marvell.com \
    --cc=rbhansali@marvell.com \
    --cc=vfialko@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).