[dpdk-test-report] |FAILURE| pw63754[v2, 2/2] test/crypto: add more tests for mixed encypted-digest
sys_stv at intel.com
sys_stv at intel.com
Fri Jan 24 10:36:44 CET 2020
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/63754
_apply issues_
Submitter: Adam Dybkowski <adamx.dybkowski at intel.com>
Date: 2019-12-11 14:09:35
Reply_mail: 20191211140935.9503-3-adamx.dybkowski at intel.com
DPDK git baseline:
Repo:dpdk-next-crypto, CommitID: 2b56021fa5fd35e046894ec1ee45dac6bd255744
Repo:dpdk, CommitID: c465e6b94be343303303f26b95f3c2ae4969063e
*Repo: dpdk-next-crypto
1. Clang requires braces around initialization of subobject.
2. Clang complains implicit conversion of enumeration type.
Trapped issue with Clang version 8.0 and CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO
was set.
Error messages:
rte_armv8_pmd.c:144:2: error: suggest braces around initialization of
subobject [-Werror,-Wmissing-braces]
NULL
^~~~
{ }
--
Checking patch app/test/test_cryptodev.c...
error: while searching for:
process_crypto_request(uint8_t dev_id, struct rte_crypto_op *op)
{
if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) {
printf("Error sending packet for encryption");
return NULL;
}
error: patch failed: app/test/test_cryptodev.c:143
error: app/test/test_cryptodev.c: patch does not apply
Checking patch app/test/test_cryptodev_mixed_test_vectors.h...
error: while searching for:
0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
--
.len_bits = 128 << 3,
},
.ciphertext = {
.data = {
error: patch failed: app/test/test_cryptodev_mixed_test_vectors.h:126
error: app/test/test_cryptodev_mixed_test_vectors.h: patch does not apply
*Repo: dpdk
Checking patch app/test/test_cryptodev.c...
error: while searching for:
process_crypto_request(uint8_t dev_id, struct rte_crypto_op *op)
{
if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) {
printf("Error sending packet for encryption");
return NULL;
}
error: patch failed: app/test/test_cryptodev.c:143
error: app/test/test_cryptodev.c: patch does not apply
Checking patch app/test/test_cryptodev_mixed_test_vectors.h...
error: while searching for:
0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
--
.len_bits = 128 << 3,
},
.ciphertext = {
.data = {
error: patch failed: app/test/test_cryptodev_mixed_test_vectors.h:126
error: app/test/test_cryptodev_mixed_test_vectors.h: patch does not apply
DPDK STV team
More information about the test-report
mailing list