[dpdk-test-report] |FAILURE| pw65812[v2] kni: fix not contiguous FIFO

sys_stv at intel.com sys_stv at intel.com
Sun Feb 23 10:35:17 CET 2020


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

_apply issues_

Submitter: Ferruh Yigit <ferruh.yigit at intel.com>
Date: 2020-02-14 10:00:52
Reply_mail: 20200214100052.2795482-1-ferruh.yigit at intel.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: 5d24d6a55025c58ae9e890851e21cb861839cb66
	Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240

*Repo: dpdk-next-net
kni->m_sync_addr = rte_memzone_reserve(mz_name, KNI_FIFO_SIZE, SOCKET_ID_ANY, 0);
	KNI_MEM_CHECK(kni->m_sync_addr == NULL, sync_addr_fail);

	return 0;

error: patch failed: lib/librte_kni/rte_kni.c:145
error: lib/librte_kni/rte_kni.c: patch does not apply
*Repo: dpdk
kni->m_sync_addr = rte_memzone_reserve(mz_name, KNI_FIFO_SIZE, SOCKET_ID_ANY, 0);
	KNI_MEM_CHECK(kni->m_sync_addr == NULL, sync_addr_fail);

	return 0;

error: patch failed: lib/librte_kni/rte_kni.c:145
error: lib/librte_kni/rte_kni.c: patch does not apply

DPDK STV team


More information about the test-report mailing list