[dpdk-test-report] |FAILURE| pw60180crypto/dpaa_sec: change per cryptodev pool to per qp

sys_stv at intel.com sys_stv at intel.com
Mon Sep 30 15:30:04 CEST 2019


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

_apply issues_

Submitter: Akhil Goyal <akhil.goyal at nxp.com>
Date: 2019-09-30 11:54:51
Reply_mail: 20190930115452.5178-3-akhil.goyal at nxp.com
DPDK git baseline:
	Repo:dpdk-next-crypto, CommitID: b0f84181c625d03f6dc964d861b190e5ca01b927
	Repo:dpdk, CommitID: bd253daa7717835f88bbc58b09a94d0060380396

*Repo: dpdk-next-crypto
struct dpaa_sec_op_ctx *ctx;
	int i, retval;

	retval = rte_mempool_get(ses->ctx_pool, (void **)(&ctx));
	if (!ctx || retval) {
		DPAA_SEC_DP_WARN("Alloc sec descriptor failed!");
		return NULL;

error: patch failed: drivers/crypto/dpaa_sec/dpaa_sec.c:70
error: drivers/crypto/dpaa_sec/dpaa_sec.c: patch does not apply
Checking patch drivers/crypto/dpaa_sec/dpaa_sec.h...
Hunk #1 succeeded at 151 (offset -2 lines).
Hunk #2 succeeded at 170 (offset -2 lines).
*Repo: dpdk
struct dpaa_sec_op_ctx *ctx;
	int i, retval;

	retval = rte_mempool_get(ses->ctx_pool, (void **)(&ctx));
	if (!ctx || retval) {
		DPAA_SEC_DP_WARN("Alloc sec descriptor failed!");
		return NULL;

error: patch failed: drivers/crypto/dpaa_sec/dpaa_sec.c:70
error: drivers/crypto/dpaa_sec/dpaa_sec.c: patch does not apply
Checking patch drivers/crypto/dpaa_sec/dpaa_sec.h...
Hunk #1 succeeded at 146 (offset -7 lines).
Hunk #2 succeeded at 165 (offset -7 lines).

DPDK STV team


More information about the test-report mailing list