DPDK patches and discussions
 help / color / mirror / Atom feed
From: Tejasree Kondoj <ktejasree@marvell.com>
To: Akhil Goyal <gakhil@marvell.com>
Cc: Nithinsen Kaithakadan <nkaithakadan@marvell.com>,
	Anoob Joseph <anoobj@marvell.com>,
	Aakash Sasidharan <asasidharan@marvell.com>,
	"Rupesh Chiluka" <rchiluka@marvell.com>,
	Sucharitha Sarananaga <ssarananaga@marvell.com>,
	Vidya Sagar Velumuri <vvelumuri@marvell.com>, <dev@dpdk.org>,
	<stable@dpdk.org>
Subject: [PATCH v3 02/10] crypto/cnxk: fix compilation error and warnings
Date: Mon, 29 Sep 2025 15:13:45 +0530	[thread overview]
Message-ID: <20250929094353.1027744-3-ktejasree@marvell.com> (raw)
In-Reply-To: <20250929094353.1027744-1-ktejasree@marvell.com>

From: Nithinsen Kaithakadan <nkaithakadan@marvell.com>

Remove multiple return statements.
Fix compilation error in debug mode.

Fixes: 8fc370ee0208 ("crypto/cnxk: add CN20K security skeleton")
Cc: stable@dpdk.org

Signed-off-by: Nithinsen Kaithakadan <nkaithakadan@marvell.com>
---
 drivers/crypto/cnxk/cn20k_ipsec.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/crypto/cnxk/cn20k_ipsec.c b/drivers/crypto/cnxk/cn20k_ipsec.c
index 8f79033ccc..0bca863492 100644
--- a/drivers/crypto/cnxk/cn20k_ipsec.c
+++ b/drivers/crypto/cnxk/cn20k_ipsec.c
@@ -373,6 +373,4 @@ cn20k_ipsec_session_update(struct cnxk_cpt_vf *vf, struct cnxk_cpt_qp *qp,
 
 	return cn20k_ipsec_outb_sa_create(roc_cpt, &qp->lf, &conf->ipsec, conf->crypto_xform,
 					  (struct cn20k_sec_session *)sess);
-
-	return 0;
 }
-- 
2.25.1


  parent reply	other threads:[~2025-09-29  9:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-29  9:43 [PATCH v3 00/10] fixes and improvements to cnxk crypto PMD Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 01/10] common/cnxk: get context ilen as devarg Tejasree Kondoj
2025-09-29  9:43 ` Tejasree Kondoj [this message]
2025-09-29  9:43 ` [PATCH v3 03/10] crypto/cnxk: add new API to get fpm tbl address Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 04/10] crypto/cnxk: add new API to get EC grp " Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 05/10] crypto/cnxk: align cptr to 256B in cn20k Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 06/10] crypto/cnxk: refactor rsa verification Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 07/10] crypto/cnxk: align PDCP API with latest firmware Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 08/10] crypto/cnxk: support custom metadata with CN20K Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 09/10] common/cnxk: optimize ROC layer Tejasree Kondoj
2025-09-29  9:43 ` [PATCH v3 10/10] crypto/cnxk: fix tls mbuf sanity failures 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=20250929094353.1027744-3-ktejasree@marvell.com \
    --to=ktejasree@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=asasidharan@marvell.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=nkaithakadan@marvell.com \
    --cc=rchiluka@marvell.com \
    --cc=ssarananaga@marvell.com \
    --cc=stable@dpdk.org \
    --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).