automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw52051[1/4] net/mlx5: add DV/DR flow data alloc/free routines
@ 2019-04-02  7:55 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2019-04-02  7:55 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Date: 2019-04-02 06:22:34
Reply_mail: 1554186157-29455-2-git-send-email-viacheslavo@mellanox.com
DPDK git baseline:
	Repo:dpdk-master, CommitID: a9d64ecc4cc3ce1a48f96b06f24430900c15e728
	Repo:dpdk-next-eventdev, CommitID: 7a1ccc24874e251957513aba0520500f873e276a
	Repo:dpdk-next-net, CommitID: 484217a17ee094df024bfa19557c0a15537e7a57
	Repo:dpdk-next-crypto, CommitID: b9bc82a71ea1faae88e535511213754004099b98
	Repo:dpdk-next-virtio, CommitID: daf8de5c41dfbe40f354ff009f5791db348e0b09

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		}
	}
#ifdef HAVE_MLX5DV_DR
		priv->rx_ns = mlx5dv_dr_create_ns
			(sh->ctx, MLX5DV_DR_NS_DOMAIN_INGRESS_BYPASS);
		if (priv->rx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
		priv->tx_ns = mlx5dv_dr_create_ns(sh->ctx,
					 MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
		if (priv->tx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
#endif
	TAILQ_INIT(&priv->flows);
	TAILQ_INIT(&priv->ctrl_flows);

error: patch failed: drivers/net/mlx5/mlx5.c:1363
error: drivers/net/mlx5/mlx5.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		}
	}
#ifdef HAVE_MLX5DV_DR
		priv->rx_ns = mlx5dv_dr_create_ns
			(sh->ctx, MLX5DV_DR_NS_DOMAIN_INGRESS_BYPASS);
		if (priv->rx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
		priv->tx_ns = mlx5dv_dr_create_ns(sh->ctx,
					 MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
		if (priv->tx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
#endif
	TAILQ_INIT(&priv->flows);
	TAILQ_INIT(&priv->ctrl_flows);

error: patch failed: drivers/net/mlx5/mlx5.c:1363
error: drivers/net/mlx5/mlx5.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		}
	}
#ifdef HAVE_MLX5DV_DR
		priv->rx_ns = mlx5dv_dr_create_ns
			(sh->ctx, MLX5DV_DR_NS_DOMAIN_INGRESS_BYPASS);
		if (priv->rx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
		priv->tx_ns = mlx5dv_dr_create_ns(sh->ctx,
					 MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
		if (priv->tx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
#endif
	TAILQ_INIT(&priv->flows);
	TAILQ_INIT(&priv->ctrl_flows);

error: patch failed: drivers/net/mlx5/mlx5.c:1363
error: drivers/net/mlx5/mlx5.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		}
	}
#ifdef HAVE_MLX5DV_DR
		priv->rx_ns = mlx5dv_dr_create_ns
			(sh->ctx, MLX5DV_DR_NS_DOMAIN_INGRESS_BYPASS);
		if (priv->rx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
		priv->tx_ns = mlx5dv_dr_create_ns(sh->ctx,
					 MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
		if (priv->tx_ns == NULL) {
			DRV_LOG(ERR, "mlx5dv_dr_create_ns failed");
			err = errno;
			goto error;
		}
#endif
	TAILQ_INIT(&priv->flows);
	TAILQ_INIT(&priv->ctrl_flows);

error: patch failed: drivers/net/mlx5/mlx5.c:1363
error: drivers/net/mlx5/mlx5.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
	pthread_mutex_unlock(&mlx5_ibv_list_mutex);
}

/**
 * Prepare shared data between primary and secondary process.
 */

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

DPDK STV team

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

only message in thread, other threads:[~2019-04-02  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02  7:55 [dpdk-test-report] |FAILURE| pw52051[1/4] net/mlx5: add DV/DR flow data alloc/free routines 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).