* |WARNING| pw145544-145547 [PATCH v5 1/4] cryptodev: reorder structures in asym crypto header
[not found] <20241009130147.38280-2-arkadiuszx.kusztal@intel.com>
@ 2024-10-09 13:59 ` qemudev
2024-10-09 14:18 ` |SUCCESS| pw145544 " checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-10-09 13:59 UTC (permalink / raw)
To: test-report; +Cc: Arkadiusz Kusztal, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/145544
_apply patch failure_
Submitter: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>
Date: Wed, 9 Oct 2024 14:01:44 +0100
DPDK git baseline: Repo:dpdk-next-crypto
Branch: for-main
CommitID: bd77fc265dc4642f12b1a065630805faece4ddd6
Apply patch set 145544-145547 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* |SUCCESS| pw145544 [PATCH v5 1/4] cryptodev: reorder structures in asym crypto header
[not found] <20241009130147.38280-2-arkadiuszx.kusztal@intel.com>
2024-10-09 13:59 ` |WARNING| pw145544-145547 [PATCH v5 1/4] cryptodev: reorder structures in asym crypto header qemudev
@ 2024-10-09 14:18 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-10-09 14:18 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/145544
_coding style OK_
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-09 14:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20241009130147.38280-2-arkadiuszx.kusztal@intel.com>
2024-10-09 13:59 ` |WARNING| pw145544-145547 [PATCH v5 1/4] cryptodev: reorder structures in asym crypto header qemudev
2024-10-09 14:18 ` |SUCCESS| pw145544 " checkpatch
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).