|WARNING| pw126947 [PATCH] lib/cryptodev: move RSA padding information into xform
qemudev at loongson.cn
qemudev at loongson.cn
Wed May 17 18:45:16 CEST 2023
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/126947
_apply patch failure_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Date: Wed, 17 May 2023 22:22:41 +0530
DPDK git baseline: Repo:dpdk-next-crypto
Branch: for-main
CommitID: b795985685a0848e03716f81c7ccd3b61a075f95
Apply patch set 126947 failed:
Checking patch app/test/test_cryptodev_asym.c...
error: while searching for:
asym_op->rsa.message.length = rsaplaintext.len;
asym_op->rsa.sign.length = RTE_DIM(rsa_n);
asym_op->rsa.sign.data = output_buf;
asym_op->rsa.padding.type = RTE_CRYPTO_RSA_PADDING_PKCS1_5;
debug_hexdump(stdout, "message", asym_op->rsa.message.data,
asym_op->rsa.message.length);
error: patch failed: app/test/test_cryptodev_asym.c:92
error: app/test/test_cryptodev_asym.c: patch does not apply
Checking patch app/test/test_cryptodev_rsa_test_vectors.h...
Checking patch drivers/common/cpt/cpt_ucode_asym.h...
Checking patch drivers/crypto/cnxk/cnxk_ae.h...
Checking patch drivers/crypto/octeontx/otx_cryptodev_ops.c...
Checking patch drivers/crypto/openssl/openssl_pmd_private.h...
Checking patch drivers/crypto/openssl/rte_openssl_pmd.c...
Checking patch drivers/crypto/openssl/rte_openssl_pmd_ops.c...
Checking patch drivers/crypto/qat/qat_asym.c...
Checking patch examples/fips_validation/main.c...
Checking patch lib/cryptodev/rte_crypto_asym.h...
error: while searching for:
* This could be validated and overwritten by the PMD
* with the signature length.
*/
struct rte_crypto_rsa_padding padding;
/**< RSA padding information */
};
/**
error: patch failed: lib/cryptodev/rte_crypto_asym.h:451
error: lib/cryptodev/rte_crypto_asym.h: patch does not apply
More information about the test-report
mailing list