automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw42948[v4, 02/21] net/mlx5: handle drop queues as regular queues
Date: 12 Jul 2018 02:41:16 -0700	[thread overview]
Message-ID: <0590c7$24pb77@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Date: 2018-07-12 09:30:48
DPDK git baseline:
	Repo:dpdk-master, CommitID: ed3077c16557e40e1967bed146eed3023b6cea5f
	Repo:dpdk-next-eventdev, CommitID: 9131a10a60bdbf8cd19e0158c6e01648a1d25e23
	Repo:dpdk-next-net, CommitID: e5647516deae231db94b5488a6c3d48310ab619c
	Repo:dpdk-next-crypto, CommitID: 085253f14969998ced648ddc7f5fc08c3e44f73d
	Repo:dpdk-next-virtio, CommitID: 3afaf9bf05f701c170ffe90a6b3365bbb3738e9d

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 256 (offset -5 lines).
error: while searching for:
	mlx5_link_update(eth_dev, 0);
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Create drop queue. */
	err = mlx5_flow_create_drop_queue(eth_dev);
	if (err) {
		DRV_LOG(ERR, "port %u drop queue allocation failed: %s",
			eth_dev->data->port_id, strerror(rte_errno));
		err = rte_errno;
		goto error;
	}
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0)
		verb_priorities = mlx5_get_max_verbs_prio(eth_dev);
	if (verb_priorities < MLX5_VERBS_FLOW_PRIO_8) {
		DRV_LOG(ERR, "port %u wrong Verbs flow priorities: %u",
			eth_dev->data->port_id, verb_priorities);
		err = ENOTSUP;
		goto error;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 131 (offset -8 lines).
Hunk #2 succeeded at 142 (offset -8 lines).
Hunk #3 succeeded at 174 (offset -11 lines).
Hunk #4 succeeded at 299 (offset -18 lines).
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 256 (offset -5 lines).
error: while searching for:
	mlx5_link_update(eth_dev, 0);
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Create drop queue. */
	err = mlx5_flow_create_drop_queue(eth_dev);
	if (err) {
		DRV_LOG(ERR, "port %u drop queue allocation failed: %s",
			eth_dev->data->port_id, strerror(rte_errno));
		err = rte_errno;
		goto error;
	}
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0)
		verb_priorities = mlx5_get_max_verbs_prio(eth_dev);
	if (verb_priorities < MLX5_VERBS_FLOW_PRIO_8) {
		DRV_LOG(ERR, "port %u wrong Verbs flow priorities: %u",
			eth_dev->data->port_id, verb_priorities);
		err = ENOTSUP;
		goto error;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 131 (offset -8 lines).
Hunk #2 succeeded at 142 (offset -8 lines).
Hunk #3 succeeded at 174 (offset -11 lines).
Hunk #4 succeeded at 299 (offset -18 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
	uint16_t size;
};

/**
 * Convert a flow.
 *

error: patch failed: drivers/net/mlx5/mlx5_flow.c:75
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 2001 (offset 44 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 245 (offset 1 line).
Hunk #2 succeeded at 267 (offset 1 line).
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 256 (offset -5 lines).
error: while searching for:
	mlx5_link_update(eth_dev, 0);
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Create drop queue. */
	err = mlx5_flow_create_drop_queue(eth_dev);
	if (err) {
		DRV_LOG(ERR, "port %u drop queue allocation failed: %s",
			eth_dev->data->port_id, strerror(rte_errno));
		err = rte_errno;
		goto error;
	}
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0)
		verb_priorities = mlx5_get_max_verbs_prio(eth_dev);
	if (verb_priorities < MLX5_VERBS_FLOW_PRIO_8) {
		DRV_LOG(ERR, "port %u wrong Verbs flow priorities: %u",
			eth_dev->data->port_id, verb_priorities);
		err = ENOTSUP;
		goto error;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 131 (offset -8 lines).
Hunk #2 succeeded at 142 (offset -8 lines).
Hunk #3 succeeded at 174 (offset -11 lines).
Hunk #4 succeeded at 299 (offset -18 lines).
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 256 (offset -5 lines).
error: while searching for:
	mlx5_link_update(eth_dev, 0);
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Create drop queue. */
	err = mlx5_flow_create_drop_queue(eth_dev);
	if (err) {
		DRV_LOG(ERR, "port %u drop queue allocation failed: %s",
			eth_dev->data->port_id, strerror(rte_errno));
		err = rte_errno;
		goto error;
	}
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0)
		verb_priorities = mlx5_get_max_verbs_prio(eth_dev);
	if (verb_priorities < MLX5_VERBS_FLOW_PRIO_8) {
		DRV_LOG(ERR, "port %u wrong Verbs flow priorities: %u",
			eth_dev->data->port_id, verb_priorities);
		err = ENOTSUP;
		goto error;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 131 (offset -8 lines).
Hunk #2 succeeded at 142 (offset -8 lines).
Hunk #3 succeeded at 174 (offset -11 lines).
Hunk #4 succeeded at 299 (offset -18 lines).
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 256 (offset -5 lines).
error: while searching for:
	mlx5_link_update(eth_dev, 0);
	/* Store device configuration on private structure. */
	priv->config = config;
	/* Create drop queue. */
	err = mlx5_flow_create_drop_queue(eth_dev);
	if (err) {
		DRV_LOG(ERR, "port %u drop queue allocation failed: %s",
			eth_dev->data->port_id, strerror(rte_errno));
		err = rte_errno;
		goto error;
	}
	/* Supported Verbs flow priority number detection. */
	if (verb_priorities == 0)
		verb_priorities = mlx5_get_max_verbs_prio(eth_dev);
	if (verb_priorities < MLX5_VERBS_FLOW_PRIO_8) {
		DRV_LOG(ERR, "port %u wrong Verbs flow priorities: %u",
			eth_dev->data->port_id, verb_priorities);
		err = ENOTSUP;
		goto error;
	}
	priv->config.max_verbs_prio = verb_priorities;
	/*

error: patch failed: drivers/net/mlx5/mlx5.c:1139
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 131 (offset -8 lines).
Hunk #2 succeeded at 142 (offset -8 lines).
Hunk #3 succeeded at 174 (offset -11 lines).
Hunk #4 succeeded at 299 (offset -18 lines).

DPDK STV team

                 reply	other threads:[~2018-07-12  9:41 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='0590c7$24pb77@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).