automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>, zhoumin@loongson.cn
Subject: |WARNING| pw145504-145507 [PATCH v4 1/4] cryptodev: reorder structures in asym crypto header
Date: Wed, 9 Oct 2024 03:04:23 +0800	[thread overview]
Message-ID: <202410081904.498J4Nqe037851@localhost.localdomain> (raw)
In-Reply-To: <20241008181433.57591-2-arkadiuszx.kusztal@intel.com>

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/145504

_apply patch failure_

Submitter: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>
Date: Tue,  8 Oct 2024 19:14:30 +0100
DPDK git baseline: Repo:dpdk-next-crypto
  Branch: for-main
  CommitID: b6bdba179fe37bfd37cbffdc7931f9bd8ff411ed

Apply patch set 145504-145507 failed:

Checking patch lib/cryptodev/rte_crypto_asym.h...
error: while searching for:
};

/**
 * Asymmetric crypto transform data
 *
 * Structure describing asym xforms.
 */
struct rte_crypto_asym_xform {
	struct rte_crypto_asym_xform *next;
	/**< Pointer to next xform to set up xform chain.*/
	enum rte_crypto_asym_xform_type xform_type;
	/**< Asymmetric crypto transform */

	union {
		struct rte_crypto_rsa_xform rsa;
		/**< RSA xform parameters */

		struct rte_crypto_modex_xform modex;
		/**< Modular Exponentiation xform parameters */

		struct rte_crypto_modinv_xform modinv;
		/**< Modular Multiplicative Inverse xform parameters */

		struct rte_crypto_dh_xform dh;
		/**< DH xform parameters */

		struct rte_crypto_dsa_xform dsa;
		/**< DSA xform parameters */

		struct rte_crypto_ec_xform ec;
		/**< EC xform parameters, used by elliptic curve based
		 * operations.
		 */
	};
};

/**
 * SM2 operation capabilities
 */
enum rte_crypto_sm2_op_capa {

error: patch failed: lib/cryptodev/rte_crypto_asym.h:600
error: lib/cryptodev/rte_crypto_asym.h: patch does not apply


       reply	other threads:[~2024-10-08 19:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241008181433.57591-2-arkadiuszx.kusztal@intel.com>
2024-10-08 19:04 ` qemudev [this message]
2024-10-08 19:30 ` |SUCCESS| pw145504 " checkpatch

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=202410081904.498J4Nqe037851@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=arkadiuszx.kusztal@intel.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /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).