automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw60178crypto/dpaa2_sec: allocate context as per num segs
@ 2019-09-30 12:56 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2019-09-30 12:56 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 1435 bytes --]

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

_apply issues_

Submitter: Akhil Goyal <akhil.goyal@nxp.com>
Date: 2019-09-30 11:54:49
Reply_mail: 20190930115452.5178-1-akhil.goyal@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-30 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 12:56 [dpdk-test-report] |FAILURE| pw60178crypto/dpaa2_sec: allocate context as per num segs sys_stv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).