Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65514 _apply issues_ Submitter: Anoob Joseph Date: 2020-02-04 11:17:13 Reply_mail: 1580815045-32132-4-git-send-email-anoobj@marvell.com DPDK git baseline: Repo:dpdk, CommitID: e6c78e736d776ba15aa040f5d6a29e43a9147c0b *Repo: dpdk Checking patch drivers/crypto/octeontx2/Makefile... error: while searching for: # build flags CFLAGS += $(WERROR_FLAGS) LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring LDLIBS += -lrte_cryptodev LDLIBS += -lrte_pci -lrte_bus_pci LDLIBS += -lrte_common_cpt -lrte_common_octeontx2 error: patch failed: drivers/crypto/octeontx2/Makefile:10 error: drivers/crypto/octeontx2/Makefile: patch does not apply Checking patch drivers/crypto/octeontx2/meson.build... error: while searching for: deps += ['bus_pci'] deps += ['common_cpt'] deps += ['common_octeontx2'] name = 'octeontx2_crypto' allow_experimental_apis = true error: patch failed: drivers/crypto/octeontx2/meson.build:8 error: drivers/crypto/octeontx2/meson.build: patch does not apply Checking patch drivers/crypto/octeontx2/otx2_cryptodev_mbox.c... error: while searching for: * Copyright (C) 2019 Marvell International Ltd. */ -- #include "otx2_dev.h" #include "otx2_mbox.h" #include "cpt_pmd_logs.h" error: patch failed: drivers/crypto/octeontx2/otx2_cryptodev_mbox.c:2 error: drivers/crypto/octeontx2/otx2_cryptodev_mbox.c: patch does not apply Checking patch drivers/crypto/octeontx2/otx2_cryptodev_mbox.h... error: while searching for: #include int otx2_cpt_available_queues_get(const struct rte_cryptodev *dev, uint16_t *nb_queues); error: patch failed: drivers/crypto/octeontx2/otx2_cryptodev_mbox.h:7 error: drivers/crypto/octeontx2/otx2_cryptodev_mbox.h: patch does not apply Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops.c... error: while searching for: #include #include #include "otx2_cryptodev.h" #include "otx2_cryptodev_capabilities.h" error: patch failed: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:6 error: drivers/crypto/octeontx2/otx2_cryptodev_ops.c: patch does not apply DPDK STV team