automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw131752-131754 [PATCH] [v2, 3/3] test/security: add unittest for inline ingress oop
@ 2023-09-21  2:42 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-09-21  2:42 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/131752

_apply patch failure_

Submitter: Nithin Dabilpuram <ndabilpuram@marvell.com>
Date: Thursday, September 21 2023 02:15:48 
Applied on: CommitID:31e60e81f025e9fffa69b68bffe5cfaa22d5c098
Apply patch set 131752-131754 failed:

Checking patch doc/guides/rel_notes/deprecation.rst...
Hunk #1 succeeded at 154 (offset 7 lines).
Checking patch doc/guides/rel_notes/release_23_11.rst...
error: while searching for:

  Enabled support for QAT 2.0c (4944) devices in QAT crypto driver.


Removed Items
-------------

error: patch failed: doc/guides/rel_notes/release_23_11.rst:86
error: while searching for:
  ``rte_crypto_auth_algorithm_strings``, ``rte_crypto_aead_algorithm_strings`` and
  ``rte_crypto_asym_xform_strings``.


API Changes
-----------

error: patch failed: doc/guides/rel_notes/release_23_11.rst:109
Hunk #3 succeeded at 129 (offset -18 lines).
Checking patch lib/pipeline/rte_swx_ipsec.c...
Checking patch lib/security/rte_security.c...
Checking patch lib/security/rte_security.h...
Hunk #2 succeeded at 821 (offset -6 lines).
Hunk #3 succeeded at 850 (offset -6 lines).
Checking patch lib/security/rte_security_driver.h...
Checking patch lib/security/version.map...
Applied patch doc/guides/rel_notes/deprecation.rst cleanly.
Applying patch doc/guides/rel_notes/release_23_11.rst with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
Hunk #3 applied cleanly.
Applied patch lib/pipeline/rte_swx_ipsec.c cleanly.
Applied patch lib/security/rte_security.c cleanly.
Applied patch lib/security/rte_security.h cleanly.
Applied patch lib/security/rte_security_driver.h cleanly.
Applied patch lib/security/version.map cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst	(rejected hunks)
@@ -86,6 +86,10 @@ New Features
 
   Enabled support for QAT 2.0c (4944) devices in QAT crypto driver.
 
+* **Added out of place processing support for inline ingress security session.**
+
+  Similar to out of place processing support for lookaside security session, added
+  the same support for inline ingress security session.
 
 Removed Items
 -------------
@@ -109,6 +113,8 @@ Removed Items
   ``rte_crypto_auth_algorithm_strings``, ``rte_crypto_aead_algorithm_strings`` and
   ``rte_crypto_asym_xform_strings``.
 
+* security: Removed deprecated field ``reserved_opts`` from struct
+  ``rte_security_ipsec_sa_options``.
 
 API Changes
 -----------
Checking patch app/test/test_cryptodev_security_ipsec.c...
Checking patch app/test/test_cryptodev_security_ipsec.h...
Checking patch app/test/test_security_inline_proto.c...
error: while searching for:
	return test_ipsec_inline_proto_process(&td_inb, NULL, 1, false, &flags);
}

static int
test_ipsec_inline_proto_display_list(void)
{

error: patch failed: app/test/test_security_inline_proto.c:2075
Hunk #5 succeeded at 3225 (offset -20 lines).
Applied patch app/test/test_cryptodev_security_ipsec.c cleanly.
Applied patch app/test/test_cryptodev_security_ipsec.h cleanly.
Applying patch app/test/test_security_inline_proto.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/app/test/test_security_inline_proto.c b/app/test/test_security_inline_proto.c	(rejected hunks)
@@ -2075,6 +2135,26 @@ test_ipsec_inline_proto_known_vec_inb(const void *test_data)
 	return test_ipsec_inline_proto_process(&td_inb, NULL, 1, false, &flags);
 }
 
+static int
+test_ipsec_inline_proto_oop_inb(const void *test_data)
+{
+	const struct ipsec_test_data *td = test_data;
+	struct ipsec_test_flags flags;
+	struct ipsec_test_data td_inb;
+
+	memset(&flags, 0, sizeof(flags));
+	flags.inb_oop = true;
+
+	if (td->ipsec_xform.direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS)
+		test_ipsec_td_in_from_out(td, &td_inb);
+	else
+		memcpy(&td_inb, td, sizeof(td_inb));
+
+	td_inb.ipsec_xform.options.ingress_oop = true;
+
+	return test_ipsec_inline_proto_process(&td_inb, NULL, 1, false, &flags);
+}
+
 static int
 test_ipsec_inline_proto_display_list(void)
 {

https://lab.dpdk.org/results/dashboard/patchsets/27677/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-21  2:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21  2:42 |WARNING| pw131752-131754 [PATCH] [v2, 3/3] test/security: add unittest for inline ingress oop dpdklab

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).