automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw62584[v2, 04/19] net/mlx5: refactor flow structure
Date: 09 Nov 2019 01:48:55 -0800	[thread overview]
Message-ID: <ee68f5$8hdtek@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Date: 2019-11-06 17:37:38
Reply_mail: 1573061873-20898-5-git-send-email-viacheslavo@mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: 685e0fbc4709ee94b17f5315cdf12fb942675423
	Repo:dpdk, CommitID: 6bbc5a9236250b708c6d1931e966c74da381b4f2

*Repo: dpdk-next-net-mlx
int idx = (*flow->queue)[i];
		struct mlx5_rxq_ctrl *rxq_ctrl =
			container_of((*priv->rxqs)[idx],
				     struct mlx5_rxq_ctrl, rxq);

error: patch failed: drivers/net/mlx5/mlx5_flow.c:612
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:

/* DV flows structure. */
--
	uint64_t hash_fields; /**< Fields that participate in the hash. */
	struct mlx5_hrxq *hrxq; /**< Hash Rx queues. */
	/* Flow DV api: */
	struct mlx5_flow_dv_matcher *matcher; /**< Cache to matcher. */

error: patch failed: drivers/net/mlx5/mlx5_flow.h:417
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
	struct mlx5_priv *priv = dev->data->dev_private;
	struct mlx5_ibv_shared *sh = priv->sh;
--
	resource->flags = flow->group ? 0 : 1;
	if (resource->ft_type == MLX5DV_FLOW_TABLE_TYPE_FDB)
		domain = sh->fdb_domain;
	else if (resource->ft_type == MLX5DV_FLOW_TABLE_TYPE_NIC_RX)

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:1585
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_verbs.c...
error: while searching for:
	const struct rte_flow_action_queue *queue = action->conf;
	struct rte_flow *flow = dev_flow->flow;
--
		(*flow->queue)[0] = queue->index;
	flow->rss.queue_num = 1;
}


error: patch failed: drivers/net/mlx5/mlx5_flow_verbs.c:864
error: drivers/net/mlx5/mlx5_flow_verbs.c: patch does not apply
*Repo: dpdk
flow->queue = (void *)(flow + 1);
	LIST_INIT(&flow->dev_flows);
	if (rss && rss->types) {
		unsigned int graph_root;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:2815
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
Hunk #1 succeeded at 363 (offset -54 lines).
Hunk #2 succeeded at 381 (offset -54 lines).
Hunk #3 succeeded at 407 (offset -54 lines).
--
	/**< Bit-fields of detected actions, see MLX5_FLOW_ACTION_*. */
	union {
#ifdef HAVE_IBV_FLOW_DV_SUPPORT
		struct mlx5_flow_dv dv;

error: patch failed: drivers/net/mlx5/mlx5_flow.h:473
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 1436 (offset -149 lines).
Hunk #2 succeeded at 2597 (offset -149 lines).
Hunk #3 succeeded at 3905 (offset -162 lines).
--
			if (flow->transfer) {
				dv->actions[n++] = priv->sh->esw_drop_action;
			} else {
				dv->hrxq = mlx5_hrxq_drop_new(dev);

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:6244
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_verbs.c...
Hunk #4 succeeded at 1489 (offset 1 line).
Hunk #5 succeeded at 1501 (offset 1 line).
Hunk #6 succeeded at 1513 (offset 1 line).

DPDK STV team

                 reply	other threads:[~2019-11-09  9:48 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='ee68f5$8hdtek@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).