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>,
	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 v2 5/8] crypto/cnxk: add support for raw APIs
Date: Tue, 20 Jun 2023 07:58:21 +0000	[thread overview]
Message-ID: <CO6PR18MB44843AC6E1C7461995E242F3D85CA@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20230620052735.3969606-6-ktejasree@marvell.com>

> Subject: [PATCH v2 5/8] crypto/cnxk: add support for raw APIs
> 
> From: Anoob Joseph <anoobj@marvell.com>
> 
> Add crypto RAW API support in cnxk PMD
> Enable the flag to allow execution of raw test suite.
> 
> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com>
> Signed-off-by: Anoob Joseph <anoobj@marvell.com>
> ---
>  doc/guides/rel_notes/release_23_07.rst    |   1 +
>  drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 459 ++++++++++++++++++++++
>  drivers/crypto/cnxk/cnxk_cryptodev.c      |  20 +-
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.h  |   1 +
>  drivers/crypto/cnxk/cnxk_se.h             | 293 ++++++++++++++
>  5 files changed, 761 insertions(+), 13 deletions(-)

Update to doc/guides/cryptodevs/features/cn10k.ini is missing for raw dp API support.

  reply	other threads:[~2023-06-20  7:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20  5:27 [PATCH v2 0/8] fixes and improvements to CNXK crypto PMD Tejasree Kondoj
2023-06-20  5:27 ` [PATCH v2 1/8] crypto/cnxk: check for null pointer Tejasree Kondoj
2023-06-20  5:27 ` [PATCH v2 2/8] crypto/cnxk: remove packet length checks in crypto offload Tejasree Kondoj
2023-06-20  5:27 ` [PATCH v2 3/8] crypto/cnxk: use pt inst for null cipher with null auth Tejasree Kondoj
2023-06-20  5:27 ` [PATCH v2 4/8] crypto/cnxk: enable context cache for 103XX Tejasree Kondoj
2023-06-20  5:27 ` [PATCH v2 5/8] crypto/cnxk: add support for raw APIs Tejasree Kondoj
2023-06-20  7:58   ` Akhil Goyal [this message]
2023-06-20  5:27 ` [PATCH v2 6/8] test/crypto: enable raw crypto tests for crypto_cn10k Tejasree Kondoj
2023-06-20  5:27 ` [PATCH v2 7/8] crypto/cnxk: add support for sm4 Tejasree Kondoj
2023-06-20  5:27 ` [PATCH v2 8/8] crypto/cnxk: fix order of ECFPM parameters Tejasree Kondoj

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=CO6PR18MB44843AC6E1C7461995E242F3D85CA@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=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).