Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62040 _apply issues_ Submitter: Olivier Matz Date: 2019-10-26 12:39:01 Reply_mail: 20191026123902.417-1-olivier.matz@6wind.com DPDK git baseline: Repo:dpdk, CommitID: 19397c7bf2545e6adab41b657a1f1da3c7344e7b *Repo: dpdk #include #include "test.h" error: patch failed: app/test/test_mbuf.c:32 error: app/test/test_mbuf.c: patch does not apply Checking patch lib/librte_eal/common/include/rte_common.h... error: while searching for: }) #endif #define _RTE_STR(x) #x /** Take a macro value and get a string version of it */ #define RTE_STR(x) _RTE_STR(x) error: patch failed: lib/librte_eal/common/include/rte_common.h:675 error: lib/librte_eal/common/include/rte_common.h: patch does not apply Checking patch lib/librte_mbuf/Makefile... error: while searching for: # all source are stored in SRCS-y -- SYMLINK-$(CONFIG_RTE_LIBRTE_MBUF)-include += rte_mbuf_ptype.h SYMLINK-$(CONFIG_RTE_LIBRTE_MBUF)-include += rte_mbuf_pool_ops.h include $(RTE_SDK)/mk/rte.lib.mk error: patch failed: lib/librte_mbuf/Makefile:17 error: lib/librte_mbuf/Makefile: patch does not apply Checking patch lib/librte_mbuf/meson.build... error: while searching for: # Copyright(c) 2017 Intel Corporation -- 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h') deps += ['mempool'] allow_experimental_apis = true error: patch failed: lib/librte_mbuf/meson.build:2 error: lib/librte_mbuf/meson.build: patch does not apply Checking patch lib/librte_mbuf/rte_mbuf.h... error: while searching for: */ #define rte_pktmbuf_detach_extbuf(m) rte_pktmbuf_detach(m) /* internal */ static inline void __rte_pktmbuf_copy_hdr(struct rte_mbuf *mdst, const struct rte_mbuf *msrc) error: patch failed: lib/librte_mbuf/rte_mbuf.h:1000 error: lib/librte_mbuf/rte_mbuf.h: patch does not apply Checking patch lib/librte_mbuf/rte_mbuf_core.h... error: while searching for: #define PKT_RX_OUTER_L4_CKSUM_GOOD (1ULL << 22) #define PKT_RX_OUTER_L4_CKSUM_INVALID ((1ULL << 21) | (1ULL << 22)) -- /* add new TX flags here */ /** * Indicate that the metadata field in the mbuf is in use. error: patch failed: lib/librte_mbuf/rte_mbuf_core.h:184 error: lib/librte_mbuf/rte_mbuf_core.h: patch does not apply Checking patch lib/librte_mbuf/rte_mbuf_dyn.c... error: lib/librte_mbuf/rte_mbuf_dyn.c: already exists in working directory Checking patch lib/librte_mbuf/rte_mbuf_dyn.h... error: lib/librte_mbuf/rte_mbuf_dyn.h: already exists in working directory -- rte_mbuf_check; rte_pktmbuf_copy; rte_pktmbuf_free_bulk; error: patch failed: lib/librte_mbuf/rte_mbuf_version.map:58 error: lib/librte_mbuf/rte_mbuf_version.map: patch does not apply DPDK STV team