automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw114262-114263 [PATCH] [2/2] crypto/ipsec_mb: enable IPsec on Arm platform
Date: Wed, 27 Jul 2022 04:21:38 -0400 (EDT)	[thread overview]
Message-ID: <20220727082138.C178710618C@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 2004 bytes --]

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

_apply patch failure_

Submitter: Ruifeng Wang <ruifeng.wang@arm.com>
Date: Wednesday, July 27 2022 08:13:52 
Applied on: CommitID:72206323a5dd3182b13f61b25a64abdddfee595c
Apply patch set 114262-114263 failed:

Checking patch app/test/test_cryptodev_hash_test_vectors.h...
Checking patch doc/guides/cryptodevs/snow3g.rst...
Checking patch doc/guides/cryptodevs/zuc.rst...
Checking patch drivers/common/qat/meson.build...
Checking patch drivers/crypto/ipsec_mb/ipsec_mb_private.c...
error: while searching for:
	const char *name, *args;
	int retval;

#if defined(RTE_ARCH_ARM64)
	vector_mode = IPSEC_MB_ARM64;
#elif defined(RTE_ARCH_X86_64)

error: patch failed: drivers/crypto/ipsec_mb/ipsec_mb_private.c:53
Checking patch drivers/crypto/ipsec_mb/ipsec_mb_private.h...
Checking patch drivers/crypto/ipsec_mb/meson.build...
Checking patch drivers/crypto/qat/qat_sym_session.c...
Applied patch app/test/test_cryptodev_hash_test_vectors.h cleanly.
Applied patch doc/guides/cryptodevs/snow3g.rst cleanly.
Applied patch doc/guides/cryptodevs/zuc.rst cleanly.
Applied patch drivers/common/qat/meson.build cleanly.
Applying patch drivers/crypto/ipsec_mb/ipsec_mb_private.c with 1 reject...
Rejected hunk #1.
Applied patch drivers/crypto/ipsec_mb/ipsec_mb_private.h cleanly.
Applied patch drivers/crypto/ipsec_mb/meson.build cleanly.
Applied patch drivers/crypto/qat/qat_sym_session.c cleanly.
diff a/drivers/crypto/ipsec_mb/ipsec_mb_private.c b/drivers/crypto/ipsec_mb/ipsec_mb_private.c	(rejected hunks)
@@ -53,6 +53,12 @@ ipsec_mb_create(struct rte_vdev_device *vdev,
 	const char *name, *args;
 	int retval;
 
+#if defined(RTE_ARCH_ARM)
+	if ((pmd_type != IPSEC_MB_PMD_TYPE_SNOW3G) &&
+		(pmd_type != IPSEC_MB_PMD_TYPE_ZUC))
+		return -ENOTSUP;
+#endif
+
 #if defined(RTE_ARCH_ARM64)
 	vector_mode = IPSEC_MB_ARM64;
 #elif defined(RTE_ARCH_X86_64)

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-07-27  8:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220727082138.C178710618C@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@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).