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, peipeix.lu@intel.com
Subject: [dpdk-test-report]  |FAILURE| pw39857[dpdk-dev, 2/5] crypto/qat: move to dynamic logging for non-dp trace
Date: 13 May 2018 19:03:22 -0700	[thread overview]
Message-ID: <0590c7$1l0kf4@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Fiona Trahe <fiona.trahe@intel.com>
Date: 2018-05-11 11:31:45
DPDK git baseline:
	Repo:dpdk-master, CommitID: b8b8b344cb44bea46ac1d2037e8e5f1e742319f6
	Repo:dpdk-next-eventdev, CommitID: 3c955492b601d65402c02ac81dfdc7eeb62f23c9
	Repo:dpdk-next-net, CommitID: dc33238da4be9cf69e44049cd44950fb4fe74e3b
	Repo:dpdk-next-crypto, CommitID: e0d88a394e91f446234aa04d0f9e01c150b0d347
	Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689

*Repo: dpdk-master
Checking patch config/common_base...
error: while searching for:
CONFIG_RTE_LIBRTE_PMD_QAT=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
#
# Max. number of QuickAssist devices, which can be detected and attached
#

error: patch failed: config/common_base:484
error: config/common_base: patch does not apply
Checking patch drivers/crypto/qat/Makefile...
error: while searching for:
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_qp.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_session.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_common.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_asym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_comp_pmd.c

error: patch failed: drivers/crypto/qat/Makefile:26
error: drivers/crypto/qat/Makefile: patch does not apply
Checking patch drivers/crypto/qat/meson.build...
error: while searching for:
sources = files('qat_common.c',
		'qat_qp.c',
		'qat_device.c',
		'qat_sym_pmd.c', 'qat_sym.c', 'qat_sym_session.c',
		'qat_asym_pmd.c',
		'qat_comp_pmd.c')

error: patch failed: drivers/crypto/qat/meson.build:8
error: drivers/crypto/qat/meson.build: patch does not apply
Checking patch drivers/crypto/qat/qat_logs.c...
Checking patch drivers/crypto/qat/qat_logs.h...
error: while searching for:
#ifndef _QAT_LOGS_H_
#define _QAT_LOGS_H_

#ifdef RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER
#define PMD_DRV_LOG_RAW(level, fmt, args...) \
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _QAT_LOGS_H_ */

error: patch failed: drivers/crypto/qat/qat_logs.h:5
error: drivers/crypto/qat/qat_logs.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch config/common_base...
error: while searching for:
CONFIG_RTE_LIBRTE_PMD_QAT=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
#
# Max. number of QuickAssist devices, which can be detected and attached
#

error: patch failed: config/common_base:484
error: config/common_base: patch does not apply
Checking patch drivers/crypto/qat/Makefile...
error: while searching for:
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_qp.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_session.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_common.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_asym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_comp_pmd.c

error: patch failed: drivers/crypto/qat/Makefile:26
error: drivers/crypto/qat/Makefile: patch does not apply
Checking patch drivers/crypto/qat/meson.build...
error: while searching for:
sources = files('qat_common.c',
		'qat_qp.c',
		'qat_device.c',
		'qat_sym_pmd.c', 'qat_sym.c', 'qat_sym_session.c',
		'qat_asym_pmd.c',
		'qat_comp_pmd.c')

error: patch failed: drivers/crypto/qat/meson.build:8
error: drivers/crypto/qat/meson.build: patch does not apply
Checking patch drivers/crypto/qat/qat_logs.c...
Checking patch drivers/crypto/qat/qat_logs.h...
error: while searching for:
#ifndef _QAT_LOGS_H_
#define _QAT_LOGS_H_

#ifdef RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER
#define PMD_DRV_LOG_RAW(level, fmt, args...) \
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _QAT_LOGS_H_ */

error: patch failed: drivers/crypto/qat/qat_logs.h:5
error: drivers/crypto/qat/qat_logs.h: patch does not apply
*Repo: dpdk-next-net
Checking patch config/common_base...
error: while searching for:
CONFIG_RTE_LIBRTE_PMD_QAT=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
#
# Max. number of QuickAssist devices, which can be detected and attached
#

error: patch failed: config/common_base:484
error: config/common_base: patch does not apply
Checking patch drivers/crypto/qat/Makefile...
error: while searching for:
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_qp.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_session.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_common.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_asym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_comp_pmd.c

error: patch failed: drivers/crypto/qat/Makefile:26
error: drivers/crypto/qat/Makefile: patch does not apply
Checking patch drivers/crypto/qat/meson.build...
error: while searching for:
sources = files('qat_common.c',
		'qat_qp.c',
		'qat_device.c',
		'qat_sym_pmd.c', 'qat_sym.c', 'qat_sym_session.c',
		'qat_asym_pmd.c',
		'qat_comp_pmd.c')

error: patch failed: drivers/crypto/qat/meson.build:8
error: drivers/crypto/qat/meson.build: patch does not apply
Checking patch drivers/crypto/qat/qat_logs.c...
Checking patch drivers/crypto/qat/qat_logs.h...
error: while searching for:
#ifndef _QAT_LOGS_H_
#define _QAT_LOGS_H_

#ifdef RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER
#define PMD_DRV_LOG_RAW(level, fmt, args...) \
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _QAT_LOGS_H_ */

error: patch failed: drivers/crypto/qat/qat_logs.h:5
error: drivers/crypto/qat/qat_logs.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch config/common_base...
error: while searching for:
CONFIG_RTE_LIBRTE_PMD_QAT=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
#
# Max. number of QuickAssist devices, which can be detected and attached
#

error: patch failed: config/common_base:484
error: config/common_base: patch does not apply
Checking patch drivers/crypto/qat/Makefile...
error: while searching for:
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_qp.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_session.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_common.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_asym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_comp_pmd.c

error: patch failed: drivers/crypto/qat/Makefile:26
error: drivers/crypto/qat/Makefile: patch does not apply
Checking patch drivers/crypto/qat/meson.build...
error: while searching for:
sources = files('qat_common.c',
		'qat_qp.c',
		'qat_device.c',
		'qat_sym_pmd.c', 'qat_sym.c', 'qat_sym_session.c',
		'qat_asym_pmd.c',
		'qat_comp_pmd.c')

error: patch failed: drivers/crypto/qat/meson.build:8
error: drivers/crypto/qat/meson.build: patch does not apply
Checking patch drivers/crypto/qat/qat_logs.c...
Checking patch drivers/crypto/qat/qat_logs.h...
error: while searching for:
#ifndef _QAT_LOGS_H_
#define _QAT_LOGS_H_

#ifdef RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER
#define PMD_DRV_LOG_RAW(level, fmt, args...) \
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _QAT_LOGS_H_ */

error: patch failed: drivers/crypto/qat/qat_logs.h:5
error: drivers/crypto/qat/qat_logs.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch config/common_base...
error: while searching for:
CONFIG_RTE_LIBRTE_PMD_QAT=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
#
# Max. number of QuickAssist devices, which can be detected and attached
#

error: patch failed: config/common_base:484
error: config/common_base: patch does not apply
Checking patch drivers/crypto/qat/Makefile...
error: while searching for:
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_qp.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_session.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_common.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_sym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_asym_pmd.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat_comp_pmd.c

error: patch failed: drivers/crypto/qat/Makefile:26
error: drivers/crypto/qat/Makefile: patch does not apply
Checking patch drivers/crypto/qat/meson.build...
error: while searching for:
sources = files('qat_common.c',
		'qat_qp.c',
		'qat_device.c',
		'qat_sym_pmd.c', 'qat_sym.c', 'qat_sym_session.c',
		'qat_asym_pmd.c',
		'qat_comp_pmd.c')

error: patch failed: drivers/crypto/qat/meson.build:8
error: drivers/crypto/qat/meson.build: patch does not apply
Checking patch drivers/crypto/qat/qat_logs.c...
Checking patch drivers/crypto/qat/qat_logs.h...
error: while searching for:
#ifndef _QAT_LOGS_H_
#define _QAT_LOGS_H_

#ifdef RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER
#define PMD_DRV_LOG_RAW(level, fmt, args...) \
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _QAT_LOGS_H_ */

error: patch failed: drivers/crypto/qat/qat_logs.h:5
error: drivers/crypto/qat/qat_logs.h: patch does not apply

DPDK STV team

                 reply	other threads:[~2018-05-14  2:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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$1l0kf4@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=peipeix.lu@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).