[dpdk-test-report] |FAILURE| pw36042[dpdk-dev, RESEND, v2, 7/7] crypto/dpaa2_sec: change to dynamic logging

sys_stv at intel.com sys_stv at intel.com
Thu May 10 09:53:20 CEST 2018


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

_apply issues_

Submitter: Shreyansh Jain <shreyansh.jain at 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


More information about the test-report mailing list