[dpdk-test-report] |FAILURE| pw63762[v3, 2/4] common/qat: move max inflights param into qp

sys_stv at intel.com sys_stv at intel.com
Fri Jan 24 09:05:08 CET 2020


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/63762

_apply issues_

Submitter: Arek Kusztal <arkadiuszx.kusztal at intel.com>
Date: 2019-12-11 14:50:02
Reply_mail: 20191211145004.11672-3-arkadiuszx.kusztal 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
            ^~~~
            {   }
--
	}
	queue->head = 0;
	queue->tail = 0;
	queue->msg_size = desc_size;

error: patch failed: drivers/common/qat/qat_qp.c:416
error: drivers/common/qat/qat_qp.c: patch does not apply
Checking patch drivers/common/qat/qat_qp.h...
error: while searching for:
	uint32_t	tail;			/* Shadow copy of the tail */
	uint32_t	modulo_mask;
--
	uint16_t	max_inflights;
	uint32_t	queue_size;
	uint8_t		hw_bundle_number;
	uint8_t		hw_queue_number;

error: patch failed: drivers/common/qat/qat_qp.h:51
error: drivers/common/qat/qat_qp.h: patch does not apply
*Repo: dpdk
}
	queue->head = 0;
	queue->tail = 0;
	queue->msg_size = desc_size;

error: patch failed: drivers/common/qat/qat_qp.c:416
error: drivers/common/qat/qat_qp.c: patch does not apply
Checking patch drivers/common/qat/qat_qp.h...
error: while searching for:
	uint32_t	tail;			/* Shadow copy of the tail */
	uint32_t	modulo_mask;
--
	uint16_t	max_inflights;
	uint32_t	queue_size;
	uint8_t		hw_bundle_number;
	uint8_t		hw_queue_number;

error: patch failed: drivers/common/qat/qat_qp.h:51
error: drivers/common/qat/qat_qp.h: patch does not apply

DPDK STV team


More information about the test-report mailing list