automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw39561[dpdk-dev, v2, 3/3] net/mlx5: add Multi-Packet Rx support
@ 2018-05-10  8:18 sys_stv
  0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2018-05-10  8:18 UTC (permalink / raw)
  To: test-report

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report]  |FAILURE| pw39561[dpdk-dev, v2, 3/3] net/mlx5: add Multi-Packet Rx support
@ 2018-05-09 11:18 sys_stv
  0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2018-05-09 11:18 UTC (permalink / raw)
  To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen, peipeix.lu

[-- Attachment #1: Type: text/plain, Size: 13254 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: 0256386dc43ce0f27f4c9d6bfa58c534aaf997e2
	Repo:dpdk-next-eventdev, CommitID: db3d585ff859251586f24f2bf60ffc276da01cda
	Repo:dpdk-next-net, CommitID: faf9885d4f49b0ee40f0ad132fd194d8ea954253
	Repo:dpdk-next-crypto, CommitID: aa12d5b8f9e176cac766fd199eeee25606cf5874
	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).
--
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-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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-10  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  8:18 [dpdk-test-report] |FAILURE| pw39561[dpdk-dev, v2, 3/3] net/mlx5: add Multi-Packet Rx support sys_stv
  -- strict thread matches above, loose matches on Subject: below --
2018-05-09 11:18 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).