Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/55369 _apply issues_ Submitter: Anatoly Burakov Date: 2019-06-25 16:05:26 Reply_mail: e3b7f2a3f6602c1addcf1507243e3b389f5a3e3b.1561478388.git.anatoly.burakov@intel.com DPDK git baseline: Repo:dpdk, CommitID: 4080e46c807801435e6a86a0a6c38f3797984f4c *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: void eal_mcfg_wait_complete(void); /* set mem config as complete */ void eal_mcfg_complete(void); error: patch failed: lib/librte_eal/common/eal_memcfg.h:80 error: lib/librte_eal/common/eal_memcfg.h: patch does not apply Checking patch lib/librte_eal/freebsd/eal/eal.c... Hunk #1 succeeded at 306 (offset -36 lines). error: while searching for: case RTE_PROC_SECONDARY: -- eal_mcfg_wait_complete(); rte_eal_config_reattach(); eal_mcfg_update_from_internal(); break; error: patch failed: lib/librte_eal/freebsd/eal/eal.c:355 error: lib/librte_eal/freebsd/eal/eal.c: patch does not apply Checking patch lib/librte_eal/linux/eal/eal.c... Hunk #1 succeeded at 462 (offset 18 lines). error: while searching for: case RTE_PROC_SECONDARY: -- eal_mcfg_wait_complete(); rte_eal_config_reattach(); eal_mcfg_update_internal(); break; error: patch failed: lib/librte_eal/linux/eal/eal.c:457 error: lib/librte_eal/linux/eal/eal.c: patch does not apply DPDK STV team