Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/63857 _apply issues_ Submitter: Adam Dybkowski Date: 2019-12-13 15:22:44 Reply_mail: 20191213152245.13477-5-adamx.dybkowski@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 ^~~~ { } -- } } /* Create the session */ error: patch failed: app/test/test_cryptodev.c:6041 error: app/test/test_cryptodev.c: patch does not apply Checking patch app/test/test_cryptodev_blockcipher.c... error: while searching for: else if (driver_id == nitrox_pmd) target_pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_NITROX; -- TEST_ASSERT(0, "Unrecognized cryptodev type"); for (i = 0; i < n_test_cases; i++) { const struct blockcipher_test_case *tc = &tcs[i]; error: patch failed: app/test/test_cryptodev_blockcipher.c:804 error: app/test/test_cryptodev_blockcipher.c: patch does not apply Checking patch app/test/test_cryptodev_des_test_vectors.h... error: while searching for: BLOCKCIPHER_TEST_TARGET_PMD_QAT | BLOCKCIPHER_TEST_TARGET_PMD_DPAA2_SEC | -- BLOCKCIPHER_TEST_TARGET_PMD_MB }, { .test_descr = "3DES-128-CBC HMAC-SHA1 Decryption Digest" error: patch failed: app/test/test_cryptodev_des_test_vectors.h:1208 error: app/test/test_cryptodev_des_test_vectors.h: patch does not apply *Repo: dpdk test_AES_GCM_auth_encrypt_SGL_in_place_1500B), TEST_CASE_ST(ut_setup, ut_teardown, test_AES_GCM_auth_encrypt_SGL_out_of_place_400B_400B), TEST_CASE_ST(ut_setup, ut_teardown, error: patch failed: app/test/test_cryptodev.c:11590 error: app/test/test_cryptodev.c: patch does not apply Checking patch app/test/test_cryptodev_blockcipher.c... Checking patch app/test/test_cryptodev_des_test_vectors.h... DPDK STV team