Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/56147 _apply issues_ Submitter: Fiona Trahe Date: 2019-07-05 11:15:35 Reply_mail: 1562325340-3891-2-git-send-email-fiona.trahe@intel.com DPDK git baseline: Repo:dpdk, CommitID: c0ed103a027385f14f352d46ff5450826b2746b7 *Repo: dpdk SRCS-y += comp_perf_test_verify.c SRCS-y += comp_perf_test_benchmark.c include $(RTE_SDK)/mk/rte.app.mk error: patch failed: app/test-compress-perf/Makefile:12 error: app/test-compress-perf/Makefile: patch does not apply Checking patch app/test-compress-perf/comp_perf.h... error: app/test-compress-perf/comp_perf.h: already exists in working directory Checking patch app/test-compress-perf/comp_perf_options.h... error: while searching for: -- enum comp_operation { COMPRESS_ONLY, DECOMPRESS_ONLY, error: patch failed: app/test-compress-perf/comp_perf_options.h:13 error: app/test-compress-perf/comp_perf_options.h: patch does not apply Checking patch app/test-compress-perf/comp_perf_options_parse.c... error: while searching for: * Try parsing the argument as a range, if it fails, * arse it as a list -- if (test_data->level.max > RTE_COMP_LEVEL_MAX) { RTE_LOG(ERR, USER1, "Level cannot be higher than %u\n", RTE_COMP_LEVEL_MAX); return -1; error: patch failed: app/test-compress-perf/comp_perf_options_parse.c:468 error: app/test-compress-perf/comp_perf_options_parse.c: patch does not apply Checking patch app/test-compress-perf/comp_perf_test_common.c... error: app/test-compress-perf/comp_perf_test_common.c: already exists in working directory Checking patch app/test-compress-perf/comp_perf_test_common.h... error: app/test-compress-perf/comp_perf_test_common.h: already exists in working directory -- cap = rte_compressdev_capability_get(test_data->cdev_id, RTE_COMP_ALGO_DEFLATE); if (cap == NULL) { error: patch failed: app/test-compress-perf/main.c:8 error: app/test-compress-perf/main.c: patch does not apply Checking patch app/test-compress-perf/meson.build... error: while searching for: allow_experimental_apis = true sources = files('comp_perf_options_parse.c', 'main.c', 'comp_perf_test_verify.c', 'comp_perf_test_benchmark.c') deps = ['compressdev'] error: patch failed: app/test-compress-perf/meson.build:4 error: app/test-compress-perf/meson.build: patch does not apply DPDK STV team