Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/63164 _apply issues_ Submitter: Ferruh Yigit Date: 2019-11-20 17:22:26 Reply_mail: 20191120172227.42798-1-ferruh.yigit@intel.com DPDK git baseline: Repo:dpdk-next-net, CommitID: 5765b0525b567ee93159692d70ac17001e103ba7 Repo:dpdk, CommitID: e5d0ba08703099c12e4bb2eac650cbb047df1a13 *Repo: dpdk-next-net #define GET_USER_PAGES_REMOTE_API_V3 #endif #endif error: patch failed: kernel/linux/kni/compat.h:122 error: kernel/linux/kni/compat.h: patch does not apply Checking patch kernel/linux/kni/kni_dev.h... error: while searching for: offset = iova & (PAGE_SIZE - 1); -- #endif if (ret < 0) return 0; error: patch failed: kernel/linux/kni/kni_dev.h:101 error: kernel/linux/kni/kni_dev.h: patch does not apply Checking patch lib/librte_eal/linux/eal/eal.c... error: while searching for: */ iova_mode = RTE_IOVA_VA; -- #if defined(RTE_LIBRTE_KNI) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) } else if (rte_eal_check_module("rte_kni") == 1) { iova_mode = RTE_IOVA_PA; RTE_LOG(DEBUG, EAL, "KNI is loaded, selecting IOVA as PA mode for better KNI perfomance.\n"); error: patch failed: lib/librte_eal/linux/eal/eal.c:1073 error: lib/librte_eal/linux/eal/eal.c: patch does not apply Checking patch lib/librte_kni/rte_kni.c... error: while searching for: int rte_kni_init(unsigned int max_kni_ifaces __rte_unused) -- #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0) if (rte_eal_iova_mode() != RTE_IOVA_PA) { RTE_LOG(ERR, KNI, "KNI requires IOVA as PA\n"); return -1; error: patch failed: lib/librte_kni/rte_kni.c:98 error: lib/librte_kni/rte_kni.c: patch does not apply *Repo: dpdk #define GET_USER_PAGES_REMOTE_API_V3 #endif #endif error: patch failed: kernel/linux/kni/compat.h:122 error: kernel/linux/kni/compat.h: patch does not apply Checking patch kernel/linux/kni/kni_dev.h... error: while searching for: offset = iova & (PAGE_SIZE - 1); -- #endif if (ret < 0) return 0; error: patch failed: kernel/linux/kni/kni_dev.h:101 error: kernel/linux/kni/kni_dev.h: patch does not apply Checking patch lib/librte_eal/linux/eal/eal.c... error: while searching for: */ iova_mode = RTE_IOVA_VA; -- #if defined(RTE_LIBRTE_KNI) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) } else if (rte_eal_check_module("rte_kni") == 1) { iova_mode = RTE_IOVA_PA; RTE_LOG(DEBUG, EAL, "KNI is loaded, selecting IOVA as PA mode for better KNI perfomance.\n"); error: patch failed: lib/librte_eal/linux/eal/eal.c:1073 error: lib/librte_eal/linux/eal/eal.c: patch does not apply Checking patch lib/librte_kni/rte_kni.c... error: while searching for: int rte_kni_init(unsigned int max_kni_ifaces __rte_unused) -- #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0) if (rte_eal_iova_mode() != RTE_IOVA_PA) { RTE_LOG(ERR, KNI, "KNI requires IOVA as PA\n"); return -1; error: patch failed: lib/librte_kni/rte_kni.c:98 error: lib/librte_kni/rte_kni.c: patch does not apply DPDK STV team