automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw42972[v3] net/mlx5: add support for 32bit systems
@ 2018-07-12 12:11 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-07-12 12:11 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Moti Haimovsky <motih@mellanox.com>
Date: 2018-07-12 12:01:31
DPDK git baseline:
	Repo:dpdk-master, CommitID: c40f3cfc66072cabe4cdf8f6ddb20b40095a112b
	Repo:dpdk-next-eventdev, CommitID: 9131a10a60bdbf8cd19e0158c6e01648a1d25e23
	Repo:dpdk-next-net, CommitID: e5647516deae231db94b5488a6c3d48310ab619c
	Repo:dpdk-next-crypto, CommitID: ed3077c16557e40e1967bed146eed3023b6cea5f
	Repo:dpdk-next-virtio, CommitID: 3afaf9bf05f701c170ffe90a6b3365bbb3738e9d

*Repo: dpdk-master
Checking patch doc/guides/nics/features/mlx5.ini...
Checking patch doc/guides/nics/mlx5.rst...
Hunk #2 succeeded at 477 (offset -12 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 567 (offset -31 lines).
error: while searching for:
	priv->device_attr = attr;
	priv->pd = pd;
	priv->mtu = ETHER_MTU;
	/* Some internal functions rely on Netlink sockets, open them now. */
	priv->nl_socket_rdma = mlx5_nl_init(0, NETLINK_RDMA);
	priv->nl_socket_route =	mlx5_nl_init(RTMGRP_LINK, NETLINK_ROUTE);

error: patch failed: drivers/net/mlx5/mlx5.c:939
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	int nl_socket_rdma; /* Netlink socket (NETLINK_RDMA). */
	int nl_socket_route; /* Netlink socket (NETLINK_ROUTE). */
	uint32_t nl_sn; /* Netlink message sequence number. */
};

#define PORT_ID(priv) ((priv)->dev_data->port_id)

error: patch failed: drivers/net/mlx5/mlx5.h:215
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_defs.h...
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 645 (offset -2 lines).
Hunk #2 succeeded at 1448 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
*Repo: dpdk-next-eventdev
Checking patch doc/guides/nics/features/mlx5.ini...
Checking patch doc/guides/nics/mlx5.rst...
Hunk #2 succeeded at 473 (offset -16 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 567 (offset -31 lines).
error: while searching for:
	priv->device_attr = attr;
	priv->pd = pd;
	priv->mtu = ETHER_MTU;
	/* Some internal functions rely on Netlink sockets, open them now. */
	priv->nl_socket_rdma = mlx5_nl_init(0, NETLINK_RDMA);
	priv->nl_socket_route =	mlx5_nl_init(RTMGRP_LINK, NETLINK_ROUTE);

error: patch failed: drivers/net/mlx5/mlx5.c:939
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	int nl_socket_rdma; /* Netlink socket (NETLINK_RDMA). */
	int nl_socket_route; /* Netlink socket (NETLINK_ROUTE). */
	uint32_t nl_sn; /* Netlink message sequence number. */
};

#define PORT_ID(priv) ((priv)->dev_data->port_id)

error: patch failed: drivers/net/mlx5/mlx5.h:215
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_defs.h...
error: while searching for:
#define MLX5_LINK_STATUS_TIMEOUT 10

/* Reserved address space for UAR mapping. */
#define MLX5_UAR_SIZE (1ULL << 32)

--
#define MLX5_UAR_OFFSET (1ULL << 32)

/* Log 2 of the default number of strides per WQE for Multi-Packet RQ. */
#define MLX5_MPRQ_STRIDE_NUM_N 6U

error: patch failed: drivers/net/mlx5/mlx5_defs.h:87
error: drivers/net/mlx5/mlx5_defs.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 643 (offset -4 lines).
error: while searching for:
	tmpl->rxq.elts_n = log2above(desc);
	tmpl->rxq.elts =
		(struct rte_mbuf *(*)[1 << tmpl->rxq.elts_n])(tmpl + 1);
	tmpl->idx = idx;
	rte_atomic32_inc(&tmpl->refcnt);
	LIST_INSERT_HEAD(&priv->rxqsctrl, tmpl, next);

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:1449
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #2 succeeded at 117 (offset -3 lines).
Hunk #3 succeeded at 202 (offset -2 lines).
Hunk #4 succeeded at 358 (offset -5 lines).
*Repo: dpdk-next-net
Checking patch doc/guides/nics/features/mlx5.ini...
Checking patch doc/guides/nics/mlx5.rst...
Hunk #2 succeeded at 477 (offset -12 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 567 (offset -31 lines).
error: while searching for:
	priv->device_attr = attr;
	priv->pd = pd;
	priv->mtu = ETHER_MTU;
	/* Some internal functions rely on Netlink sockets, open them now. */
	priv->nl_socket_rdma = mlx5_nl_init(0, NETLINK_RDMA);
	priv->nl_socket_route =	mlx5_nl_init(RTMGRP_LINK, NETLINK_ROUTE);

error: patch failed: drivers/net/mlx5/mlx5.c:939
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	int nl_socket_rdma; /* Netlink socket (NETLINK_RDMA). */
	int nl_socket_route; /* Netlink socket (NETLINK_ROUTE). */
	uint32_t nl_sn; /* Netlink message sequence number. */
};

#define PORT_ID(priv) ((priv)->dev_data->port_id)

error: patch failed: drivers/net/mlx5/mlx5.h:215
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_defs.h...
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 645 (offset -2 lines).
Hunk #2 succeeded at 1448 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
*Repo: dpdk-next-crypto
Checking patch doc/guides/nics/features/mlx5.ini...
Checking patch doc/guides/nics/mlx5.rst...
Hunk #2 succeeded at 477 (offset -12 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 567 (offset -31 lines).
error: while searching for:
	priv->device_attr = attr;
	priv->pd = pd;
	priv->mtu = ETHER_MTU;
	/* Some internal functions rely on Netlink sockets, open them now. */
	priv->nl_socket_rdma = mlx5_nl_init(0, NETLINK_RDMA);
	priv->nl_socket_route =	mlx5_nl_init(RTMGRP_LINK, NETLINK_ROUTE);

error: patch failed: drivers/net/mlx5/mlx5.c:939
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	int nl_socket_rdma; /* Netlink socket (NETLINK_RDMA). */
	int nl_socket_route; /* Netlink socket (NETLINK_ROUTE). */
	uint32_t nl_sn; /* Netlink message sequence number. */
};

#define PORT_ID(priv) ((priv)->dev_data->port_id)

error: patch failed: drivers/net/mlx5/mlx5.h:215
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_defs.h...
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 645 (offset -2 lines).
Hunk #2 succeeded at 1448 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
*Repo: dpdk-next-virtio
Checking patch doc/guides/nics/features/mlx5.ini...
Checking patch doc/guides/nics/mlx5.rst...
Hunk #2 succeeded at 477 (offset -12 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 567 (offset -31 lines).
error: while searching for:
	priv->device_attr = attr;
	priv->pd = pd;
	priv->mtu = ETHER_MTU;
	/* Some internal functions rely on Netlink sockets, open them now. */
	priv->nl_socket_rdma = mlx5_nl_init(0, NETLINK_RDMA);
	priv->nl_socket_route =	mlx5_nl_init(RTMGRP_LINK, NETLINK_ROUTE);

error: patch failed: drivers/net/mlx5/mlx5.c:939
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	int nl_socket_rdma; /* Netlink socket (NETLINK_RDMA). */
	int nl_socket_route; /* Netlink socket (NETLINK_ROUTE). */
	uint32_t nl_sn; /* Netlink message sequence number. */
};

#define PORT_ID(priv) ((priv)->dev_data->port_id)

error: patch failed: drivers/net/mlx5/mlx5.h:215
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_defs.h...
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 645 (offset -2 lines).
Hunk #2 succeeded at 1448 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.c...

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-12 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12 12:11 [dpdk-test-report] |FAILURE| pw42972[v3] net/mlx5: add support for 32bit systems sys_stv

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).