Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/63761 _apply issues_ Submitter: Arek Kusztal Date: 2019-12-11 14:50:01 Reply_mail: 20191211145004.11672-2-arkadiuszx.kusztal@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 ^~~~ { } -- q->nb_pending_requests = 0; q->csr_tail = q->tail; } error: patch failed: drivers/common/qat/qat_qp.c:538 error: drivers/common/qat/qat_qp.c: patch does not apply Checking patch drivers/common/qat/qat_qp.h... error: while searching for: #define QAT_CSR_HEAD_WRITE_THRESH 32U -- /* number of inflights below which no tail write coalescing should occur */ typedef int (*build_request_t)(void *op, uint8_t *req, void *op_cookie, error: patch failed: drivers/common/qat/qat_qp.h:11 error: drivers/common/qat/qat_qp.h: patch does not apply *Repo: dpdk q->nb_pending_requests = 0; q->csr_tail = q->tail; } error: patch failed: drivers/common/qat/qat_qp.c:538 error: drivers/common/qat/qat_qp.c: patch does not apply Checking patch drivers/common/qat/qat_qp.h... error: while searching for: #define QAT_CSR_HEAD_WRITE_THRESH 32U -- /* number of inflights below which no tail write coalescing should occur */ typedef int (*build_request_t)(void *op, uint8_t *req, void *op_cookie, error: patch failed: drivers/common/qat/qat_qp.h:11 error: drivers/common/qat/qat_qp.h: patch does not apply DPDK STV team