[dpdk-test-report] |FAILURE| pw60178crypto/dpaa2_sec: allocate context as per num segs
sys_stv at intel.com
sys_stv at intel.com
Mon Sep 30 14:56:38 CEST 2019
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/60178
_apply issues_
Submitter: Akhil Goyal <akhil.goyal at nxp.com>
Date: 2019-09-30 11:54:49
Reply_mail: 20190930115452.5178-1-akhil.goyal at nxp.com
DPDK git baseline:
Repo:dpdk-next-crypto, CommitID: b0f84181c625d03f6dc964d861b190e5ca01b927
Repo:dpdk, CommitID: bd253daa7717835f88bbc58b09a94d0060380396
*Repo: dpdk-next-crypto
/* first FLE entry used to store mbuf and session ctxt */
fle = (struct qbman_fle *)rte_malloc(NULL, FLE_SG_MEM_SIZE,
RTE_CACHE_LINE_SIZE);
if (unlikely(!fle)) {
DPAA2_SEC_DP_ERR("Proto:SG: Memory alloc failed for SGE");
return -1;
}
memset(fle, 0, FLE_SG_MEM_SIZE);
DPAA2_SET_FLE_ADDR(fle, (size_t)op);
DPAA2_FLE_SAVE_CTXT(fle, (ptrdiff_t)priv);
error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:83
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: patch does not apply
*Repo: dpdk
/* first FLE entry used to store mbuf and session ctxt */
fle = (struct qbman_fle *)rte_malloc(NULL, FLE_SG_MEM_SIZE,
RTE_CACHE_LINE_SIZE);
if (unlikely(!fle)) {
DPAA2_SEC_DP_ERR("Proto:SG: Memory alloc failed for SGE");
return -1;
}
memset(fle, 0, FLE_SG_MEM_SIZE);
DPAA2_SET_FLE_ADDR(fle, (size_t)op);
DPAA2_FLE_SAVE_CTXT(fle, (ptrdiff_t)priv);
error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:83
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: patch does not apply
DPDK STV team
More information about the test-report
mailing list