Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/71523 _apply issues_ Submitter: Dmitry Kozlyuk Date: 2020-06-15 00:43:46 Reply_mail: 20200615004354.14380-5-dmitry.kozliuk@gmail.com DPDK git baseline: Repo:dpdk, CommitID: 0371535d46c91ddc7a127e3a294a6c040bd5c763 * Repo: dpdk /* error: patch failed: lib/librte_eal/common/eal_common_memory.c:25 error: lib/librte_eal/common/eal_common_memory.c: patch does not apply Checking patch lib/librte_eal/common/eal_private.h... error: while searching for: -- * Get cpu core_id. * error: patch failed: lib/librte_eal/common/eal_private.h:254 error: lib/librte_eal/common/eal_private.h: patch does not apply Checking patch lib/librte_eal/freebsd/eal_memory.c... error: while searching for: -- addr = mmap(NULL, internal_config.memory, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); if (addr == MAP_FAILED) { RTE_LOG(ERR, EAL, "%s: mmap() failed: %s\n", __func__, strerror(errno)); return -1; } -- } error: patch failed: lib/librte_eal/freebsd/eal_memory.c:64 error: lib/librte_eal/freebsd/eal_memory.c: patch does not apply Checking patch lib/librte_eal/linux/eal_memory.c... error: while searching for: -- if (rte_fbarray_destroy(&msl->memseg_arr)) { RTE_LOG(ERR, EAL, "Cannot destroy memseg list\n"); error: patch failed: lib/librte_eal/linux/eal_memory.c:802 error: lib/librte_eal/linux/eal_memory.c: patch does not apply DPDK STV team