DPDK patches and discussions
 help / color / mirror / Atom feed
From: Joel Kavanagh <joel.kavanagh@intel.com>
To: Akhil Goyal <gakhil@marvell.com>,
	Fan Zhang <fanzhang.oss@gmail.com>,
	Fiona Trahe <fiona.trahe@intel.com>,
	Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>,
	Nipun Gupta <nipun.gupta@amd.com>
Cc: dev@dpdk.org, stable@dpdk.org, Joel Kavanagh <joel.kavanagh@intel.com>
Subject: [PATCH v2 2/4] app/test: fix typo in error message allocation
Date: Wed, 17 Jul 2024 15:49:06 +0000	[thread overview]
Message-ID: <20240717154908.2281023-3-joel.kavanagh@intel.com> (raw)
In-Reply-To: <20240717154908.2281023-1-joel.kavanagh@intel.com>

This patch fixes a typo in the `test_cryptodev.c` file where "out-op" was
incorrectly used instead of "out-of-place" on three separate occassions.

Fixes: f3dbf94be60c ("app/test: check SGL on QAT")
Fixes: 43220096d66a ("test/crypto: add PDCP cases for scatter gather")
Cc: stable@dpdk.org

Signed-off-by: Joel Kavanagh <joel.kavanagh@intel.com>
---
 app/test/test_cryptodev.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 6042db36a4..c846b26ed1 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -9428,7 +9428,7 @@ static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc,
 	/* Out of place support */
 	if (oop) {
 		/*
-		 * For out-op-place we need to alloc another mbuf
+		 * For out-of-place we need to alloc another mbuf
 		 */
 		ut_params->obuf = rte_pktmbuf_alloc(ts_params->mbuf_pool);
 		rte_pktmbuf_append(ut_params->obuf, output_vec_len);
@@ -9637,7 +9637,7 @@ test_pdcp_proto_SGL(int i, int oop,
 	/* Out of place support */
 	if (oop) {
 		/*
-		 * For out-op-place we need to alloc another mbuf
+		 * For out-of-place we need to alloc another mbuf
 		 */
 		ut_params->obuf = rte_pktmbuf_alloc(ts_params->mbuf_pool);
 		rte_pktmbuf_append(ut_params->obuf, frag_size_oop);
@@ -16831,7 +16831,7 @@ test_authenticated_encryption_SGL(const struct aead_test_data *tdata,
 	}
 
 	/*
-	 * For out-op-place we need to alloc another mbuf
+	 * For out-of-place we need to alloc another mbuf
 	 */
 	if (oop) {
 		ut_params->obuf = rte_pktmbuf_alloc(ts_params->mbuf_pool);
-- 
2.34.1


  parent reply	other threads:[~2024-07-18 13:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11 13:14 [PATCH v1] crypto/aesni_mb: fix typo in error message Joel Kavanagh
2024-07-12 14:32 ` Dooley, Brian
2024-07-17 15:49 ` [PATCH v2 0/4] Fix spelling mistakes Joel Kavanagh
2024-07-17 15:49   ` [PATCH v2 1/4] crypto/aesni_mb: fix typo in error message Joel Kavanagh
2024-07-18 15:42     ` [EXTERNAL] " Akhil Goyal
2024-07-17 15:49   ` Joel Kavanagh [this message]
2024-07-17 15:49   ` [PATCH v2 3/4] crypto/qat: fix typo in log message Joel Kavanagh
2024-07-17 15:49   ` [PATCH v2 4/4] doc: fix typo in l2fwd-crypto guide Joel Kavanagh

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=20240717154908.2281023-3-joel.kavanagh@intel.com \
    --to=joel.kavanagh@intel.com \
    --cc=arkadiuszx.kusztal@intel.com \
    --cc=dev@dpdk.org \
    --cc=fanzhang.oss@gmail.com \
    --cc=fiona.trahe@intel.com \
    --cc=gakhil@marvell.com \
    --cc=nipun.gupta@amd.com \
    --cc=stable@dpdk.org \
    /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).