Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/56165 _apply issues_ Submitter: Anatoly Burakov Date: 2019-07-05 13:20:34 Reply_mail: 640592892955e359e64d8c0263dd99182f96f4b1.1562332788.git.anatoly.burakov@intel.com DPDK git baseline: Repo:dpdk, CommitID: 7ddd2e81697bfc04eafac35082c4e3271721a780 *Repo: dpdk #include #include "eal_internal_cfg.h" #include "eal_memcfg.h" error: patch failed: lib/librte_eal/common/eal_common_mcfg.c:4 error: lib/librte_eal/common/eal_common_mcfg.c: patch does not apply Checking patch lib/librte_eal/common/eal_memcfg.h... error: while searching for: #include #include #include #include #include error: patch failed: lib/librte_eal/common/eal_memcfg.h:11 error: lib/librte_eal/common/eal_memcfg.h: patch does not apply Checking patch lib/librte_eal/common/include/rte_eal_memconfig.h... error: while searching for: #ifndef _RTE_EAL_MEMCONFIG_H_ #define _RTE_EAL_MEMCONFIG_H_ /** * @file * error: patch failed: lib/librte_eal/common/include/rte_eal_memconfig.h:5 error: lib/librte_eal/common/include/rte_eal_memconfig.h: patch does not apply Checking patch lib/librte_eal/freebsd/eal/eal.c... error: while searching for: if (rte_eal_config_attach() < 0) return -1; eal_mcfg_wait_complete(); if (rte_eal_config_reattach() < 0) return -1; eal_mcfg_update_internal(); error: patch failed: lib/librte_eal/freebsd/eal/eal.c:385 error: lib/librte_eal/freebsd/eal/eal.c: patch does not apply Checking patch lib/librte_eal/linux/eal/eal.c... error: while searching for: if (rte_eal_config_attach() < 0) return -1; eal_mcfg_wait_complete(); if (rte_eal_config_reattach() < 0) return -1; eal_mcfg_update_internal(); error: patch failed: lib/librte_eal/linux/eal/eal.c:489 error: lib/librte_eal/linux/eal/eal.c: patch does not apply Checking patch lib/librte_eal/rte_eal_version.map... error: while searching for: # added in 19.08 rte_lcore_cpuset; rte_lcore_to_cpu_id; }; error: patch failed: lib/librte_eal/rte_eal_version.map:405 error: lib/librte_eal/rte_eal_version.map: patch does not apply Checking patch lib/librte_timer/rte_timer.c... error: while searching for: #include #include #include #include #include #include error: patch failed: lib/librte_timer/rte_timer.c:13 error: lib/librte_timer/rte_timer.c: patch does not apply Checking patch lib/librte_timer/rte_timer.h... error: while searching for: * Initializes internal variables (list, locks and so on) for the RTE * timer library. -- * yet initialized the timer subsystem * - -ENOMEM: Unable to allocate memory needed to initialize timer * subsystem */ error: patch failed: lib/librte_timer/rte_timer.h:172 error: lib/librte_timer/rte_timer.h: patch does not apply DPDK STV team