Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/55499 _apply issues_ Submitter: Burakov, Anatoly Date: 2019-06-27 11:39:09 Reply_mail: a828f9e8c9aa1798fdef50a12ee074d287d00eb5.1561635481.git.anatoly.burakov@intel.com DPDK git baseline: Repo:dpdk, CommitID: da5fa4d4d6d1b1fd82dee4830fa5364d6ac9270f *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... 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_from_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:488 error: lib/librte_eal/linux/eal/eal.c: patch does not apply DPDK STV team