Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/38289 _apply issues_ Submitter: Jay Zhou Date: 2018-04-17 09:23:19 DPDK git baseline: Repo:dpdk-master, CommitID: e62f3a8a04768352bc78389d499be50c923bf6aa Repo:dpdk-next-eventdev, CommitID: fe5abd3150bc1caa8369e743c395c39f53265597 Repo:dpdk-next-net, CommitID: 9f44b612637c29752d1585e8d1af2e299756cd60 Repo:dpdk-next-crypto, CommitID: b1af489e6482a2247ef36418cee803e32bc84b2e Repo:dpdk-next-virtio, CommitID: 8adbe7e4847060d091c46abcbecd3dfea8362b7a *Repo: dpdk-master Checking patch drivers/crypto/virtio/virtio_cryptodev.c... error: drivers/crypto/virtio/virtio_cryptodev.c: No such file or directory Checking patch drivers/crypto/virtio/virtio_cryptodev.h... error: drivers/crypto/virtio/virtio_cryptodev.h: No such file or directory Checking patch drivers/crypto/virtio/virtio_rxtx.c... error: drivers/crypto/virtio/virtio_rxtx.c: No such file or directory *Repo: dpdk-next-eventdev Checking patch drivers/crypto/virtio/virtio_cryptodev.c... error: drivers/crypto/virtio/virtio_cryptodev.c: No such file or directory Checking patch drivers/crypto/virtio/virtio_cryptodev.h... error: drivers/crypto/virtio/virtio_cryptodev.h: No such file or directory Checking patch drivers/crypto/virtio/virtio_rxtx.c... error: drivers/crypto/virtio/virtio_rxtx.c: No such file or directory *Repo: dpdk-next-net Checking patch drivers/crypto/virtio/virtio_cryptodev.c... error: drivers/crypto/virtio/virtio_cryptodev.c: No such file or directory Checking patch drivers/crypto/virtio/virtio_cryptodev.h... error: drivers/crypto/virtio/virtio_cryptodev.h: No such file or directory Checking patch drivers/crypto/virtio/virtio_rxtx.c... error: drivers/crypto/virtio/virtio_rxtx.c: No such file or directory *Repo: dpdk-next-crypto Checking patch drivers/crypto/virtio/virtio_cryptodev.c... error: while searching for: /* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2018 HUAWEI TECHNOLOGIES CO., LTD. */ #include #include #include error: patch failed: drivers/crypto/virtio/virtio_cryptodev.c:1 error: drivers/crypto/virtio/virtio_cryptodev.c: patch does not apply Checking patch drivers/crypto/virtio/virtio_cryptodev.h... error: while searching for: #ifndef _VIRTIO_CRYPTODEV_H_ #define _VIRTIO_CRYPTODEV_H_ #include -- uint16_t virtio_crypto_pkt_tx_burst(void *tx_queue, struct rte_crypto_op **tx_pkts, uint16_t nb_pkts); error: patch failed: drivers/crypto/virtio/virtio_cryptodev.h:5 error: drivers/crypto/virtio/virtio_cryptodev.h: patch does not apply Checking patch drivers/crypto/virtio/virtio_rxtx.c... error: while searching for: /* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2018 HUAWEI TECHNOLOGIES CO., LTD. */ #include "virtio_cryptodev.h" uint16_t virtio_crypto_pkt_rx_burst( void *tx_queue __rte_unused, error: patch failed: drivers/crypto/virtio/virtio_rxtx.c:1 error: drivers/crypto/virtio/virtio_rxtx.c: patch does not apply *Repo: dpdk-next-virtio Checking patch drivers/crypto/virtio/virtio_cryptodev.c... error: drivers/crypto/virtio/virtio_cryptodev.c: No such file or directory Checking patch drivers/crypto/virtio/virtio_cryptodev.h... error: drivers/crypto/virtio/virtio_cryptodev.h: No such file or directory Checking patch drivers/crypto/virtio/virtio_rxtx.c... error: drivers/crypto/virtio/virtio_rxtx.c: No such file or directory DPDK STV team