automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw39561[dpdk-dev, v2, 3/3] net/mlx5: add Multi-Packet Rx support
Date: 10 May 2018 01:18:18 -0700	[thread overview]
Message-ID: <0590c7$1k5d33@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Yongseok Koh <yskoh@mellanox.com>
Date: 2018-05-09 11:13:50
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: 6dfb76b2943a557c83e1f7fd6561df8dfe16e94c
	Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689

*Repo: dpdk-master
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
		priv->txqs = NULL;
	}
	mlx5_flow_delete_drop_queue(dev);
	mlx5_mr_release(dev);
	if (priv->pd != NULL) {
		assert(priv->ctx != NULL);

error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
		goto error;
	}
	/* Fill the rings. */
	rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
		(uintptr_t)rwq.buf;
	for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
	rxq_data->rq_ci = 0;
	rxq_data->rq_pi = 0;
	rxq_data->zip = (struct rxq_zip){
		.ai = 0,

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
	unsigned int elts_n:4; /* Log 2 of Mbufs. */
	unsigned int rss_hash:1; /* RSS hash result is enabled. */
	unsigned int mark:1; /* Marked flow available on the queue. */
	unsigned int :15; /* Remaining bits. */
	volatile uint32_t *rq_db;
--
	struct rte_mempool *mp;
	struct mlx5_rxq_stats stats;
	uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
	struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
	unsigned int i;
	int ret = 0;

	for (i = 0; i != priv->rxqs_n; ++i) {
		struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
		struct rte_mempool *mp;

error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
		priv->txqs = NULL;
	}
	mlx5_flow_delete_drop_queue(dev);
	mlx5_mr_release(dev);
	if (priv->pd != NULL) {
		assert(priv->ctx != NULL);

error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
		goto error;
	}
	/* Fill the rings. */
	rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
		(uintptr_t)rwq.buf;
	for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
	rxq_data->rq_ci = 0;
	rxq_data->rq_pi = 0;
	rxq_data->zip = (struct rxq_zip){
		.ai = 0,

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
	unsigned int elts_n:4; /* Log 2 of Mbufs. */
	unsigned int rss_hash:1; /* RSS hash result is enabled. */
	unsigned int mark:1; /* Marked flow available on the queue. */
	unsigned int :15; /* Remaining bits. */
	volatile uint32_t *rq_db;
--
	struct rte_mempool *mp;
	struct mlx5_rxq_stats stats;
	uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
	struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
	unsigned int i;
	int ret = 0;

	for (i = 0; i != priv->rxqs_n; ++i) {
		struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
		struct rte_mempool *mp;

error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-net
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
		priv->txqs = NULL;
	}
	mlx5_flow_delete_drop_queue(dev);
	mlx5_mr_release(dev);
	if (priv->pd != NULL) {
		assert(priv->ctx != NULL);

error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Hunk #6 succeeded at 778 (offset -38 lines).
Hunk #7 succeeded at 813 (offset -28 lines).
Hunk #8 succeeded at 854 (offset -28 lines).
Hunk #9 succeeded at 872 (offset -28 lines).
Hunk #10 succeeded at 911 (offset -28 lines).
error: while searching for:
		goto error;
	}
	/* Fill the rings. */
	rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
		(uintptr_t)rwq.buf;
	for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
	rxq_data->rq_ci = 0;
	rxq_data->rq_pi = 0;
	rxq_data->zip = (struct rxq_zip){
		.ai = 0,

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
	unsigned int elts_n:4; /* Log 2 of Mbufs. */
	unsigned int rss_hash:1; /* RSS hash result is enabled. */
	unsigned int mark:1; /* Marked flow available on the queue. */
	unsigned int :15; /* Remaining bits. */
	volatile uint32_t *rq_db;
--
	struct rte_mempool *mp;
	struct mlx5_rxq_stats stats;
	uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
	struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
	unsigned int i;
	int ret = 0;

	for (i = 0; i != priv->rxqs_n; ++i) {
		struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
		struct rte_mempool *mp;

error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
		priv->txqs = NULL;
	}
	mlx5_flow_delete_drop_queue(dev);
	mlx5_mr_release(dev);
	if (priv->pd != NULL) {
		assert(priv->ctx != NULL);

error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
		goto error;
	}
	/* Fill the rings. */
	rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
		(uintptr_t)rwq.buf;
	for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
	rxq_data->rq_ci = 0;
	rxq_data->rq_pi = 0;
	rxq_data->zip = (struct rxq_zip){
		.ai = 0,

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
	unsigned int elts_n:4; /* Log 2 of Mbufs. */
	unsigned int rss_hash:1; /* RSS hash result is enabled. */
	unsigned int mark:1; /* Marked flow available on the queue. */
	unsigned int :15; /* Remaining bits. */
	volatile uint32_t *rq_db;
--
	struct rte_mempool *mp;
	struct mlx5_rxq_stats stats;
	uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
	struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
	unsigned int i;
	int ret = 0;

	for (i = 0; i != priv->rxqs_n; ++i) {
		struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
		struct rte_mempool *mp;

error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
		priv->txqs = NULL;
	}
	mlx5_flow_delete_drop_queue(dev);
	mlx5_mr_release(dev);
	if (priv->pd != NULL) {
		assert(priv->ctx != NULL);

error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
		goto error;
	}
	/* Fill the rings. */
	rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
		(uintptr_t)rwq.buf;
	for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
	rxq_data->rq_ci = 0;
	rxq_data->rq_pi = 0;
	rxq_data->zip = (struct rxq_zip){
		.ai = 0,

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
	unsigned int elts_n:4; /* Log 2 of Mbufs. */
	unsigned int rss_hash:1; /* RSS hash result is enabled. */
	unsigned int mark:1; /* Marked flow available on the queue. */
	unsigned int :15; /* Remaining bits. */
	volatile uint32_t *rq_db;
--
	struct rte_mempool *mp;
	struct mlx5_rxq_stats stats;
	uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
	struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
	unsigned int i;
	int ret = 0;

	for (i = 0; i != priv->rxqs_n; ++i) {
		struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
		struct rte_mempool *mp;

error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply

DPDK STV team

             reply	other threads:[~2018-05-10  8:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-10  8:18 sys_stv [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-09 11:18 sys_stv

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$1k5d33@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).