Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/63173 _apply issues_ Submitter: Anatoly Burakov Date: 2019-11-20 17:23:36 Reply_mail: 815d76afc68568336bcfefb24eb1ba174326f253.1574270323.git.anatoly.burakov@intel.com DPDK git baseline: Repo:dpdk, CommitID: e5d0ba08703099c12e4bb2eac650cbb047df1a13 *Repo: dpdk SRCS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) := rte_distributor_v20.c SRCS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += rte_distributor.c ifeq ($(CONFIG_RTE_ARCH_X86),y) SRCS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += rte_distributor_match_sse.c error: patch failed: lib/librte_distributor/Makefile:13 error: lib/librte_distributor/Makefile: patch does not apply Checking patch lib/librte_distributor/distributor_private.h... error: while searching for: * the next cache line to worker 0, we pad this out to three cache lines. * Only 64-bits of the memory is actually used though. -- union rte_distributor_buffer_v20 { volatile int64_t bufptr64; char pad[RTE_CACHE_LINE_SIZE*3]; } __rte_cache_aligned; error: patch failed: lib/librte_distributor/distributor_private.h:55 error: lib/librte_distributor/distributor_private.h: patch does not apply Checking patch lib/librte_distributor/meson.build... error: while searching for: # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -- sources = files('rte_distributor.c', 'rte_distributor_v20.c') if arch_subdir == 'x86' sources += files('rte_distributor_match_sse.c') else error: patch failed: lib/librte_distributor/meson.build:1 error: lib/librte_distributor/meson.build: patch does not apply Checking patch lib/librte_distributor/rte_distributor.c... error: while searching for: #include -- #include "rte_distributor_v20.h" #include "distributor_private.h" TAILQ_HEAD(rte_dist_burst_list, rte_distributor); error: patch failed: lib/librte_distributor/rte_distributor.c:17 error: lib/librte_distributor/rte_distributor.c: patch does not apply Checking patch lib/librte_distributor/rte_distributor_v20.c => lib/librte_distributor/rte_distributor_single.c... error: lib/librte_distributor/rte_distributor_v20.c: No such file or directory Checking patch lib/librte_distributor/rte_distributor_v20.h => lib/librte_distributor/rte_distributor_single.h... error: lib/librte_distributor/rte_distributor_v20.h: No such file or directory -- DPDK_17.05 { global: error: patch failed: lib/librte_distributor/rte_distributor_version.map:1 error: lib/librte_distributor/rte_distributor_version.map: patch does not apply DPDK STV team