automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw36042[dpdk-dev, RESEND, v2, 7/7] crypto/dpaa2_sec: change to dynamic logging
Date: 10 May 2018 00:53:20 -0700	[thread overview]
Message-ID: <0590c7$1k572s@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Shreyansh Jain <shreyansh.jain@nxp.com>
Date: 2018-03-13 05:44:31
DPDK git baseline:
	Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc
	Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f
	Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571
	Repo:dpdk-next-crypto, CommitID: 728ca9b0d5abea82cd01dee6645456a9d56215f7
	Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689

*Repo: dpdk-master
Checking patch config/common_base...
error: while searching for:
# Compile NXP DPAA2 crypto sec driver for CAAM HW
#
CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

#
# NXP DPAA caam - crypto driver

error: patch failed: config/common_base:450
error: config/common_base: patch does not apply
Checking patch config/defconfig_arm64-dpaa2-linuxapp-gcc...
error: while searching for:
# Compile Support Libraries for DPAA2
#
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n

#
--
#
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

error: patch failed: config/defconfig_arm64-dpaa2-linuxapp-gcc:26
error: config/defconfig_arm64-dpaa2-linuxapp-gcc: patch does not apply
Checking patch doc/guides/cryptodevs/dpaa2_sec.rst...
error: while searching for:
  By default it is only enabled in defconfig_arm64-dpaa2-* config.
  Toggle compilation of the ``librte_pmd_dpaa2_sec`` driver.

* ``CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT`` (default ``n``)
  Toggle display of initialization related driver messages
--

* ``CONFIG_RTE_DPAA2_SEC_PMD_MAX_NB_SESSIONS``
  By default it is set as 2048 in defconfig_arm64-dpaa2-* config.
  It indicates Number of sessions to create in the session memory pool

error: patch failed: doc/guides/cryptodevs/dpaa2_sec.rst:189
error: doc/guides/cryptodevs/dpaa2_sec.rst: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/Makefile...
error: while searching for:

# build flags
CFLAGS += -DALLOW_EXPERIMENTAL_API
ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT),y)
CFLAGS += -O0 -g
CFLAGS += "-Wno-error"
else
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
endif
CFLAGS += -D _GNU_SOURCE

ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)

error: patch failed: drivers/crypto/dpaa2_sec/Makefile:18
error: drivers/crypto/dpaa2_sec/Makefile: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: while searching for:

static uint8_t cryptodev_driver_id;

static inline int
build_proto_fd(dpaa2_sec_session *sess,
	       struct rte_crypto_op *op,

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:56
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h...
error: while searching for:
#ifndef _DPAA2_SEC_LOGS_H_
#define _DPAA2_SEC_LOGS_H_

#define PMD_INIT_LOG(level, fmt, args...) \
	RTE_LOG(level, PMD, "%s(): " fmt "\n", __func__, ##args)
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _DPAA2_SEC_LOGS_H_ */

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h:8
error: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch config/common_base...
error: while searching for:
# Compile NXP DPAA2 crypto sec driver for CAAM HW
#
CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

#
# NXP DPAA caam - crypto driver

error: patch failed: config/common_base:450
error: config/common_base: patch does not apply
Checking patch config/defconfig_arm64-dpaa2-linuxapp-gcc...
error: while searching for:
# Compile Support Libraries for DPAA2
#
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n

#
--
#
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

error: patch failed: config/defconfig_arm64-dpaa2-linuxapp-gcc:26
error: config/defconfig_arm64-dpaa2-linuxapp-gcc: patch does not apply
Checking patch doc/guides/cryptodevs/dpaa2_sec.rst...
error: while searching for:
  By default it is only enabled in defconfig_arm64-dpaa2-* config.
  Toggle compilation of the ``librte_pmd_dpaa2_sec`` driver.

* ``CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT`` (default ``n``)
  Toggle display of initialization related driver messages
--

* ``CONFIG_RTE_DPAA2_SEC_PMD_MAX_NB_SESSIONS``
  By default it is set as 2048 in defconfig_arm64-dpaa2-* config.
  It indicates Number of sessions to create in the session memory pool

error: patch failed: doc/guides/cryptodevs/dpaa2_sec.rst:189
error: doc/guides/cryptodevs/dpaa2_sec.rst: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/Makefile...
error: while searching for:

# build flags
CFLAGS += -DALLOW_EXPERIMENTAL_API
ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT),y)
CFLAGS += -O0 -g
CFLAGS += "-Wno-error"
else
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
endif
CFLAGS += -D _GNU_SOURCE

ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)

error: patch failed: drivers/crypto/dpaa2_sec/Makefile:18
error: drivers/crypto/dpaa2_sec/Makefile: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: while searching for:

static uint8_t cryptodev_driver_id;

static inline int
build_proto_fd(dpaa2_sec_session *sess,
	       struct rte_crypto_op *op,

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:56
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h...
error: while searching for:
#ifndef _DPAA2_SEC_LOGS_H_
#define _DPAA2_SEC_LOGS_H_

#define PMD_INIT_LOG(level, fmt, args...) \
	RTE_LOG(level, PMD, "%s(): " fmt "\n", __func__, ##args)
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _DPAA2_SEC_LOGS_H_ */

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h:8
error: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h: patch does not apply
*Repo: dpdk-next-net
Checking patch config/common_base...
error: while searching for:
# Compile NXP DPAA2 crypto sec driver for CAAM HW
#
CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

#
# NXP DPAA caam - crypto driver

error: patch failed: config/common_base:450
error: config/common_base: patch does not apply
Checking patch config/defconfig_arm64-dpaa2-linuxapp-gcc...
error: while searching for:
# Compile Support Libraries for DPAA2
#
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n

#
--
#
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

error: patch failed: config/defconfig_arm64-dpaa2-linuxapp-gcc:26
error: config/defconfig_arm64-dpaa2-linuxapp-gcc: patch does not apply
Checking patch doc/guides/cryptodevs/dpaa2_sec.rst...
error: while searching for:
  By default it is only enabled in defconfig_arm64-dpaa2-* config.
  Toggle compilation of the ``librte_pmd_dpaa2_sec`` driver.

* ``CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT`` (default ``n``)
  Toggle display of initialization related driver messages
--

* ``CONFIG_RTE_DPAA2_SEC_PMD_MAX_NB_SESSIONS``
  By default it is set as 2048 in defconfig_arm64-dpaa2-* config.
  It indicates Number of sessions to create in the session memory pool

error: patch failed: doc/guides/cryptodevs/dpaa2_sec.rst:189
error: doc/guides/cryptodevs/dpaa2_sec.rst: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/Makefile...
error: while searching for:

# build flags
CFLAGS += -DALLOW_EXPERIMENTAL_API
ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT),y)
CFLAGS += -O0 -g
CFLAGS += "-Wno-error"
else
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
endif
CFLAGS += -D _GNU_SOURCE

ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)

error: patch failed: drivers/crypto/dpaa2_sec/Makefile:18
error: drivers/crypto/dpaa2_sec/Makefile: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: while searching for:

static uint8_t cryptodev_driver_id;

static inline int
build_proto_fd(dpaa2_sec_session *sess,
	       struct rte_crypto_op *op,

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:56
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h...
error: while searching for:
#ifndef _DPAA2_SEC_LOGS_H_
#define _DPAA2_SEC_LOGS_H_

#define PMD_INIT_LOG(level, fmt, args...) \
	RTE_LOG(level, PMD, "%s(): " fmt "\n", __func__, ##args)
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _DPAA2_SEC_LOGS_H_ */

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h:8
error: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch config/common_base...
error: while searching for:
# Compile NXP DPAA2 crypto sec driver for CAAM HW
#
CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

#
# NXP DPAA caam - crypto driver

error: patch failed: config/common_base:450
error: config/common_base: patch does not apply
Checking patch config/defconfig_arm64-dpaa2-linuxapp-gcc...
error: while searching for:
# Compile Support Libraries for DPAA2
#
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n

#
--
#
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

error: patch failed: config/defconfig_arm64-dpaa2-linuxapp-gcc:26
error: config/defconfig_arm64-dpaa2-linuxapp-gcc: patch does not apply
Checking patch doc/guides/cryptodevs/dpaa2_sec.rst...
error: while searching for:
  By default it is only enabled in defconfig_arm64-dpaa2-* config.
  Toggle compilation of the ``librte_pmd_dpaa2_sec`` driver.

* ``CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT`` (default ``n``)
  Toggle display of initialization related driver messages
--

* ``CONFIG_RTE_DPAA2_SEC_PMD_MAX_NB_SESSIONS``
  By default it is set as 2048 in defconfig_arm64-dpaa2-* config.
  It indicates Number of sessions to create in the session memory pool

error: patch failed: doc/guides/cryptodevs/dpaa2_sec.rst:189
error: doc/guides/cryptodevs/dpaa2_sec.rst: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/Makefile...
error: while searching for:

# build flags
CFLAGS += -DALLOW_EXPERIMENTAL_API
ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT),y)
CFLAGS += -O0 -g
CFLAGS += "-Wno-error"
else
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
endif
CFLAGS += -D _GNU_SOURCE

ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)

error: patch failed: drivers/crypto/dpaa2_sec/Makefile:18
error: drivers/crypto/dpaa2_sec/Makefile: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: while searching for:

static uint8_t cryptodev_driver_id;

static inline int
build_proto_fd(dpaa2_sec_session *sess,
	       struct rte_crypto_op *op,

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:56
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h...
error: while searching for:
#ifndef _DPAA2_SEC_LOGS_H_
#define _DPAA2_SEC_LOGS_H_

#define PMD_INIT_LOG(level, fmt, args...) \
	RTE_LOG(level, PMD, "%s(): " fmt "\n", __func__, ##args)
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _DPAA2_SEC_LOGS_H_ */

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h:8
error: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch config/common_base...
error: while searching for:
# Compile NXP DPAA2 crypto sec driver for CAAM HW
#
CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

#
# NXP DPAA caam - crypto driver

error: patch failed: config/common_base:450
error: config/common_base: patch does not apply
Checking patch config/defconfig_arm64-dpaa2-linuxapp-gcc...
error: while searching for:
# Compile Support Libraries for DPAA2
#
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n

#
--
#
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n

error: patch failed: config/defconfig_arm64-dpaa2-linuxapp-gcc:26
error: config/defconfig_arm64-dpaa2-linuxapp-gcc: patch does not apply
Checking patch doc/guides/cryptodevs/dpaa2_sec.rst...
error: while searching for:
  By default it is only enabled in defconfig_arm64-dpaa2-* config.
  Toggle compilation of the ``librte_pmd_dpaa2_sec`` driver.

* ``CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT`` (default ``n``)
  Toggle display of initialization related driver messages
--

* ``CONFIG_RTE_DPAA2_SEC_PMD_MAX_NB_SESSIONS``
  By default it is set as 2048 in defconfig_arm64-dpaa2-* config.
  It indicates Number of sessions to create in the session memory pool

error: patch failed: doc/guides/cryptodevs/dpaa2_sec.rst:189
error: doc/guides/cryptodevs/dpaa2_sec.rst: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/Makefile...
error: while searching for:

# build flags
CFLAGS += -DALLOW_EXPERIMENTAL_API
ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT),y)
CFLAGS += -O0 -g
CFLAGS += "-Wno-error"
else
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
endif
CFLAGS += -D _GNU_SOURCE

ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)

error: patch failed: drivers/crypto/dpaa2_sec/Makefile:18
error: drivers/crypto/dpaa2_sec/Makefile: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: while searching for:

static uint8_t cryptodev_driver_id;

static inline int
build_proto_fd(dpaa2_sec_session *sess,
	       struct rte_crypto_op *op,

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:56
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: patch does not apply
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h...
error: while searching for:
#ifndef _DPAA2_SEC_LOGS_H_
#define _DPAA2_SEC_LOGS_H_

#define PMD_INIT_LOG(level, fmt, args...) \
	RTE_LOG(level, PMD, "%s(): " fmt "\n", __func__, ##args)
--
#define PMD_DRV_LOG(level, fmt, args...) \
	PMD_DRV_LOG_RAW(level, fmt "\n", ## args)

#endif /* _DPAA2_SEC_LOGS_H_ */

error: patch failed: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h:8
error: drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h: patch does not apply

DPDK STV team

                 reply	other threads:[~2018-05-10  7:53 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$1k572s@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=test-report@dpdk.org \
    /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).