automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw52302[v2, 2/2] net/mlx5: share Direct Rules/Verbs flow related structures
Date: 04 Apr 2019 06:46:56 -0700	[thread overview]
Message-ID: <e75792$6i9qd4@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Date: 2019-04-04 13:04:25
Reply_mail: 1554383065-11151-3-git-send-email-viacheslavo@mellanox.com
DPDK git baseline:
	Repo:dpdk-master, CommitID: 3ed37e09342cfe416eb2c930d960ba47143af697
	Repo:dpdk-next-eventdev, CommitID: 7a1ccc24874e251957513aba0520500f873e276a
	Repo:dpdk-next-net, CommitID: f7b04ee9ec5c19644da2f459ead167718c5adcb1
	Repo:dpdk-next-crypto, CommitID: 3331ddcd9a80379e59f5c29707f684735996a106
	Repo:dpdk-next-virtio, CommitID: daf8de5c41dfbe40f354ff009f5791db348e0b09

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		err = errno;
		goto error;
	}
	priv->rx_ns = ns;
	ns = mlx5dv_dr_create_ns(sh->ctx, MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
	if (!ns) {
		DRV_LOG(ERR, "egress mlx5dv_dr_create_ns failed");
		err = errno;
		goto error;
	}
	priv->tx_ns = ns;
	sh->dv_refcnt++;
	priv->dr_shared = 1;
	return 0;

error:
       /* Rollback the created objects. */
	if (priv->rx_ns) {
		mlx5dv_dr_destroy_ns(priv->rx_ns);
		priv->rx_ns = NULL;
	}
--
		priv->tx_ns = NULL;
	}
	return err;
#else

error: patch failed: drivers/net/mlx5/mlx5.c:335
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 199 (offset -40 lines).
error: while searching for:
	char ibdev_path[IBV_SYSFS_PATH_MAX]; /* IB device path for secondary */
	struct ibv_device_attr_ex device_attr; /* Device properties. */
	/* Shared DV/DR flow data section. */
	uint32_t dv_refcnt; /* DV/DR data reference counter. */
	/* Shared interrupt handler section. */
	pthread_mutex_t intr_mutex; /* Interrupt config mutex. */
	uint32_t intr_cnt; /* Interrupt handler reference counter. */

error: patch failed: drivers/net/mlx5/mlx5.h:254
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 130 (offset 1 line).
error: while searching for:
			 struct rte_flow_error *error)
{
	struct mlx5_priv *priv = dev->data->dev_private;
	struct mlx5_flow_dv_encap_decap_resource *cache_resource;
	struct rte_flow *flow = dev_flow->flow;
	struct mlx5dv_dr_ns *ns;
--
	LIST_FOREACH(cache_resource, &priv->encaps_decaps, next) {
		if (resource->reformat_type == cache_resource->reformat_type &&
		    resource->ft_type == cache_resource->ft_type &&
		    resource->flags == cache_resource->flags &&

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:808
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		err = errno;
		goto error;
	}
	priv->rx_ns = ns;
	ns = mlx5dv_dr_create_ns(sh->ctx, MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
	if (!ns) {
		DRV_LOG(ERR, "egress mlx5dv_dr_create_ns failed");
		err = errno;
		goto error;
	}
	priv->tx_ns = ns;
	sh->dv_refcnt++;
	priv->dr_shared = 1;
	return 0;

error:
       /* Rollback the created objects. */
	if (priv->rx_ns) {
		mlx5dv_dr_destroy_ns(priv->rx_ns);
		priv->rx_ns = NULL;
	}
--
		priv->tx_ns = NULL;
	}
	return err;
#else

error: patch failed: drivers/net/mlx5/mlx5.c:335
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 199 (offset -40 lines).
error: while searching for:
	char ibdev_path[IBV_SYSFS_PATH_MAX]; /* IB device path for secondary */
	struct ibv_device_attr_ex device_attr; /* Device properties. */
	/* Shared DV/DR flow data section. */
	uint32_t dv_refcnt; /* DV/DR data reference counter. */
	/* Shared interrupt handler section. */
	pthread_mutex_t intr_mutex; /* Interrupt config mutex. */
	uint32_t intr_cnt; /* Interrupt handler reference counter. */

error: patch failed: drivers/net/mlx5/mlx5.h:254
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 130 (offset 1 line).
error: while searching for:
			 struct rte_flow_error *error)
{
	struct mlx5_priv *priv = dev->data->dev_private;
	struct mlx5_flow_dv_encap_decap_resource *cache_resource;
	struct rte_flow *flow = dev_flow->flow;
	struct mlx5dv_dr_ns *ns;
--
	LIST_FOREACH(cache_resource, &priv->encaps_decaps, next) {
		if (resource->reformat_type == cache_resource->reformat_type &&
		    resource->ft_type == cache_resource->ft_type &&
		    resource->flags == cache_resource->flags &&

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:808
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		err = errno;
		goto error;
	}
	priv->rx_ns = ns;
	ns = mlx5dv_dr_create_ns(sh->ctx, MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
	if (!ns) {
		DRV_LOG(ERR, "egress mlx5dv_dr_create_ns failed");
		err = errno;
		goto error;
	}
	priv->tx_ns = ns;
	sh->dv_refcnt++;
	priv->dr_shared = 1;
	return 0;

error:
       /* Rollback the created objects. */
	if (priv->rx_ns) {
		mlx5dv_dr_destroy_ns(priv->rx_ns);
		priv->rx_ns = NULL;
	}
--
		priv->tx_ns = NULL;
	}
	return err;
#else

error: patch failed: drivers/net/mlx5/mlx5.c:335
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	char ibdev_path[IBV_SYSFS_PATH_MAX]; /* IB device path for secondary */
	struct ibv_device_attr_ex device_attr; /* Device properties. */
	/* Shared DV/DR flow data section. */
	uint32_t dv_refcnt; /* DV/DR data reference counter. */
	/* Shared interrupt handler section. */
	pthread_mutex_t intr_mutex; /* Interrupt config mutex. */
	uint32_t intr_cnt; /* Interrupt handler reference counter. */

error: patch failed: drivers/net/mlx5/mlx5.h:254
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 130 (offset 1 line).
error: while searching for:
			 struct rte_flow_error *error)
{
	struct mlx5_priv *priv = dev->data->dev_private;
	struct mlx5_flow_dv_encap_decap_resource *cache_resource;
	struct rte_flow *flow = dev_flow->flow;
	struct mlx5dv_dr_ns *ns;
--
	LIST_FOREACH(cache_resource, &priv->encaps_decaps, next) {
		if (resource->reformat_type == cache_resource->reformat_type &&
		    resource->ft_type == cache_resource->ft_type &&
		    resource->flags == cache_resource->flags &&

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:808
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		err = errno;
		goto error;
	}
	priv->rx_ns = ns;
	ns = mlx5dv_dr_create_ns(sh->ctx, MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
	if (!ns) {
		DRV_LOG(ERR, "egress mlx5dv_dr_create_ns failed");
		err = errno;
		goto error;
	}
	priv->tx_ns = ns;
	sh->dv_refcnt++;
	priv->dr_shared = 1;
	return 0;

error:
       /* Rollback the created objects. */
	if (priv->rx_ns) {
		mlx5dv_dr_destroy_ns(priv->rx_ns);
		priv->rx_ns = NULL;
	}
--
		priv->tx_ns = NULL;
	}
	return err;
#else

error: patch failed: drivers/net/mlx5/mlx5.c:335
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 199 (offset -40 lines).
error: while searching for:
	char ibdev_path[IBV_SYSFS_PATH_MAX]; /* IB device path for secondary */
	struct ibv_device_attr_ex device_attr; /* Device properties. */
	/* Shared DV/DR flow data section. */
	uint32_t dv_refcnt; /* DV/DR data reference counter. */
	/* Shared interrupt handler section. */
	pthread_mutex_t intr_mutex; /* Interrupt config mutex. */
	uint32_t intr_cnt; /* Interrupt handler reference counter. */

error: patch failed: drivers/net/mlx5/mlx5.h:254
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 130 (offset 1 line).
error: while searching for:
			 struct rte_flow_error *error)
{
	struct mlx5_priv *priv = dev->data->dev_private;
	struct mlx5_flow_dv_encap_decap_resource *cache_resource;
	struct rte_flow *flow = dev_flow->flow;
	struct mlx5dv_dr_ns *ns;
--
	LIST_FOREACH(cache_resource, &priv->encaps_decaps, next) {
		if (resource->reformat_type == cache_resource->reformat_type &&
		    resource->ft_type == cache_resource->ft_type &&
		    resource->flags == cache_resource->flags &&

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:808
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		err = errno;
		goto error;
	}
	priv->rx_ns = ns;
	ns = mlx5dv_dr_create_ns(sh->ctx, MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS);
	if (!ns) {
		DRV_LOG(ERR, "egress mlx5dv_dr_create_ns failed");
		err = errno;
		goto error;
	}
	priv->tx_ns = ns;
	sh->dv_refcnt++;
	priv->dr_shared = 1;
	return 0;

error:
       /* Rollback the created objects. */
	if (priv->rx_ns) {
		mlx5dv_dr_destroy_ns(priv->rx_ns);
		priv->rx_ns = NULL;
	}
--
		priv->tx_ns = NULL;
	}
	return err;
#else

error: patch failed: drivers/net/mlx5/mlx5.c:335
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	 */
};

/*
 * Shared Infiniband device context for Master/Representors
 * which belong to same IB device with multiple IB ports.

error: patch failed: drivers/net/mlx5/mlx5.h:239
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 130 (offset 1 line).
error: while searching for:
			 struct rte_flow_error *error)
{
	struct mlx5_priv *priv = dev->data->dev_private;
	struct mlx5_flow_dv_encap_decap_resource *cache_resource;
	struct rte_flow *flow = dev_flow->flow;
	struct mlx5dv_dr_ns *ns;
--
	LIST_FOREACH(cache_resource, &priv->encaps_decaps, next) {
		if (resource->reformat_type == cache_resource->reformat_type &&
		    resource->ft_type == cache_resource->ft_type &&
		    resource->flags == cache_resource->flags &&

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

DPDK STV team

                 reply	other threads:[~2019-04-04 13:46 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='e75792$6i9qd4@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).