automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Cc: xinfengx.zhao@intel.com, zhaoyan.chen@intel.com
Subject: [dpdk-test-report]  |FAILURE| pw38288[dpdk-dev, v11, 02/10] crypto/virtio: support virtio device init
Date: 19 Apr 2018 01:56:53 -0700	[thread overview]
Message-ID: <0590c7$1eqidg@orsmga001.jf.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6163 bytes --]

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/38288

_apply issues_

Submitter: Jay Zhou <jianjay.zhou@huawei.com>
Date: 2018-04-17 09:23:18
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/Makefile...
error: drivers/crypto/virtio/Makefile: No such file or directory
Checking patch drivers/crypto/virtio/meson.build...
error: drivers/crypto/virtio/meson.build: No such file or directory
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_logs.h...
Checking patch drivers/crypto/virtio/virtio_pci.c...
Checking patch drivers/crypto/virtio/virtio_pci.h...
Checking patch drivers/crypto/virtio/virtio_ring.h...
Checking patch drivers/crypto/virtio/virtio_rxtx.c...
*Repo: dpdk-next-eventdev
Checking patch drivers/crypto/virtio/Makefile...
error: drivers/crypto/virtio/Makefile: No such file or directory
Checking patch drivers/crypto/virtio/meson.build...
error: drivers/crypto/virtio/meson.build: No such file or directory
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_logs.h...
Checking patch drivers/crypto/virtio/virtio_pci.c...
Checking patch drivers/crypto/virtio/virtio_pci.h...
Checking patch drivers/crypto/virtio/virtio_ring.h...
Checking patch drivers/crypto/virtio/virtio_rxtx.c...
*Repo: dpdk-next-net
Checking patch drivers/crypto/virtio/Makefile...
error: drivers/crypto/virtio/Makefile: No such file or directory
Checking patch drivers/crypto/virtio/meson.build...
error: drivers/crypto/virtio/meson.build: No such file or directory
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_logs.h...
Checking patch drivers/crypto/virtio/virtio_pci.c...
Checking patch drivers/crypto/virtio/virtio_pci.h...
Checking patch drivers/crypto/virtio/virtio_ring.h...
Checking patch drivers/crypto/virtio/virtio_rxtx.c...
*Repo: dpdk-next-crypto
Checking patch drivers/crypto/virtio/Makefile...
error: while searching for:
#
LIB = librte_pmd_virtio_crypto.a

CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)


error: patch failed: drivers/crypto/virtio/Makefile:8
error: drivers/crypto/virtio/Makefile: patch does not apply
Checking patch drivers/crypto/virtio/meson.build...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 HUAWEI TECHNOLOGIES CO., LTD.

deps += 'bus_pci'
name = 'virtio_crypto'
sources = files('virtio_cryptodev.c')

error: patch failed: drivers/crypto/virtio/meson.build:1
error: drivers/crypto/virtio/meson.build: patch does not apply
Checking patch drivers/crypto/virtio/virtio_cryptodev.c...
error: while searching for:
 */
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_cryptodev_pmd.h>
#include "virtio_cryptodev.h"
--
static struct rte_pci_driver rte_virtio_crypto_driver = {
	.probe = crypto_virtio_pci_probe,
	.remove = crypto_virtio_pci_remove
};

error: patch failed: drivers/crypto/virtio/virtio_cryptodev.c:3
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_

#define CRYPTODEV_NAME_VIRTIO_PMD crypto_virtio

#endif /* _VIRTIO_CRYPTODEV_H_ */

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_logs.h...
error: drivers/crypto/virtio/virtio_logs.h: already exists in working directory
Checking patch drivers/crypto/virtio/virtio_pci.c...
error: drivers/crypto/virtio/virtio_pci.c: already exists in working directory
Checking patch drivers/crypto/virtio/virtio_pci.h...
error: drivers/crypto/virtio/virtio_pci.h: already exists in working directory
Checking patch drivers/crypto/virtio/virtio_ring.h...
error: drivers/crypto/virtio/virtio_ring.h: already exists in working directory
Checking patch drivers/crypto/virtio/virtio_rxtx.c...
error: drivers/crypto/virtio/virtio_rxtx.c: already exists in working directory
Checking patch drivers/crypto/virtio/virtqueue.c...
error: drivers/crypto/virtio/virtqueue.c: already exists in working directory
Checking patch drivers/crypto/virtio/virtqueue.h...
error: drivers/crypto/virtio/virtqueue.h: already exists in working directory
*Repo: dpdk-next-virtio
Checking patch drivers/crypto/virtio/Makefile...
error: drivers/crypto/virtio/Makefile: No such file or directory
Checking patch drivers/crypto/virtio/meson.build...
error: drivers/crypto/virtio/meson.build: No such file or directory
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_logs.h...
Checking patch drivers/crypto/virtio/virtio_pci.c...
Checking patch drivers/crypto/virtio/virtio_pci.h...
Checking patch drivers/crypto/virtio/virtio_ring.h...
Checking patch drivers/crypto/virtio/virtio_rxtx.c...

DPDK STV team

             reply	other threads:[~2018-04-19  8:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  8:56 sys_stv [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-19  5:32 sys_stv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0590c7$1eqidg@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=test-report@dpdk.org \
    --cc=xinfengx.zhao@intel.com \
    --cc=zhaoyan.chen@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).