automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw56187[v5, 1/9] eal: add API to lock/unlock memory hotplug
Date: 08 Jul 2019 18:30:48 -0700	[thread overview]
Message-ID: <ee68f5$7deqo3@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Anatoly Burakov <anatoly.burakov@intel.com>
Date: 2019-07-05 17:26:19
Reply_mail: d6441ec8f00c9b51093ceb8024a0a45cb1157655.1562347546.git.anatoly.burakov@intel.com
DPDK git baseline:
	Repo:dpdk, CommitID: cc091931dc05212db32ddbd7da3031104ca4963f

*Repo: dpdk

rte_rwlock_read_unlock(mem_lock);
		return -1;
	}


error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:347
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
		       uintptr_t addr)
{
--
	struct rte_mem_config *mcfg = rte_eal_get_configuration()->mem_config;
	const struct rte_memseg_list *msl;
	const struct rte_memseg *ms;
	struct mlx4_mr *mr = NULL;

error: patch failed: drivers/net/mlx4/mlx4_mr.c:593
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_mr.c...
error: while searching for:
	struct mlx5_priv *priv = dev->data->dev_private;
	struct mlx5_ibv_shared *sh = priv->sh;
--
	struct rte_mem_config *mcfg = rte_eal_get_configuration()->mem_config;
	const struct rte_memseg_list *msl;
	const struct rte_memseg *ms;
	struct mlx5_mr *mr = NULL;

error: patch failed: drivers/net/mlx5/mlx5_mr.c:580
error: drivers/net/mlx5/mlx5_mr.c: patch does not apply
Checking patch drivers/net/virtio/virtio_user/virtio_user_dev.c...
error: while searching for:
int
virtio_user_start_device(struct virtio_user_dev *dev)
--
	struct rte_mem_config *mcfg = rte_eal_get_configuration()->mem_config;
	uint64_t features;
	int ret;


error: patch failed: drivers/net/virtio/virtio_user/virtio_user_dev.c:125
error: drivers/net/virtio/virtio_user/virtio_user_dev.c: patch does not apply
Checking patch lib/librte_eal/common/eal_common_mcfg.c...
error: lib/librte_eal/common/eal_common_mcfg.c: already exists in working directory
Checking patch lib/librte_eal/common/eal_common_memory.c...
error: while searching for:
--
	rte_rwlock_read_unlock(&mcfg->memory_hotplug_lock);

	return ret;
}

error: patch failed: lib/librte_eal/common/eal_common_memory.c:596
error: lib/librte_eal/common/eal_common_memory.c: patch does not apply
Checking patch lib/librte_eal/common/include/rte_eal_memconfig.h...
error: while searching for:
		rte_pause();
}

#ifdef __cplusplus
}
#endif

error: patch failed: lib/librte_eal/common/include/rte_eal_memconfig.h:100
error: lib/librte_eal/common/include/rte_eal_memconfig.h: patch does not apply
Checking patch lib/librte_eal/common/malloc_heap.c...
error: while searching for:
		int socket, unsigned int flags, size_t align, size_t bound,
		bool contig)
--
	rte_rwlock_write_lock(&mcfg->memory_hotplug_lock);

	if (rte_eal_process_type() == RTE_PROC_PRIMARY) {
		ret = try_expand_heap_primary(heap, pg_sz, elt_size, socket,

error: patch failed: lib/librte_eal/common/malloc_heap.c:485
error: lib/librte_eal/common/malloc_heap.c: patch does not apply
Checking patch lib/librte_eal/common/meson.build...
error: while searching for:
	'eal_common_launch.c',
	'eal_common_lcore.c',
	'eal_common_log.c',
	'eal_common_memalloc.c',
	'eal_common_memory.c',
	'eal_common_memzone.c',

error: patch failed: lib/librte_eal/common/meson.build:18
error: lib/librte_eal/common/meson.build: patch does not apply
Checking patch lib/librte_eal/common/rte_malloc.c...
error: while searching for:
		rte_errno = EINVAL;
		return -1;
--
	rte_rwlock_read_lock(&mcfg->memory_hotplug_lock);
	for (idx = 0; idx < RTE_MAX_HEAPS; idx++) {
		struct malloc_heap *tmp = &mcfg->malloc_heaps[idx];


error: patch failed: lib/librte_eal/common/rte_malloc.c:223
error: lib/librte_eal/common/rte_malloc.c: patch does not apply
Checking patch lib/librte_eal/freebsd/eal/Makefile...
error: while searching for:
SRCS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += eal_common_memzone.c
SRCS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += eal_common_log.c
SRCS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += eal_common_launch.c
SRCS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += eal_common_memalloc.c
SRCS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += eal_common_memory.c
SRCS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += eal_common_tailqs.c

error: patch failed: lib/librte_eal/freebsd/eal/Makefile:44
error: lib/librte_eal/freebsd/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/linux/eal/Makefile...
error: while searching for:
SRCS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal_common_memzone.c
SRCS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal_common_log.c
SRCS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal_common_launch.c
SRCS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal_common_memalloc.c
SRCS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal_common_memory.c
SRCS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal_common_tailqs.c

error: patch failed: lib/librte_eal/linux/eal/Makefile:52
error: lib/librte_eal/linux/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/linux/eal/eal_vfio.c...
error: while searching for:
rte_vfio_setup_device(const char *sysfs_base, const char *dev_addr,
		int *vfio_dev_fd, struct vfio_device_info *device_info)
--
	rte_rwlock_t *mem_lock = &mcfg->memory_hotplug_lock;
	struct vfio_group_status group_status = {
			.argsz = sizeof(group_status)
	};

error: patch failed: lib/librte_eal/linux/eal/eal_vfio.c:635
error: lib/librte_eal/linux/eal/eal_vfio.c: patch does not apply
Checking patch lib/librte_eal/rte_eal_version.map...
error: while searching for:

	rte_lcore_index;
	rte_lcore_to_socket_id;
	rte_rand;
	rte_srand;


error: patch failed: lib/librte_eal/rte_eal_version.map:292
error: lib/librte_eal/rte_eal_version.map: patch does not apply

DPDK STV team

                 reply	other threads:[~2019-07-09  1:30 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='ee68f5$7deqo3@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).