automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw62597[v2, 19/19] net/mlx5: add metadata register copy table
Date: 09 Nov 2019 01:52:19 -0800	[thread overview]
Message-ID: <ee68f5$8hdtqi@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Date: 2019-11-06 17:37:53
Reply_mail: 1573061873-20898-20-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
mlx5_proc_priv_uninit(dev);
	mlx5_mprq_free_mp(dev);
	mlx5_free_shared_dr(priv);
	if (priv->rss_conf.rss_key != NULL)

error: patch failed: drivers/net/mlx5/mlx5.c:1039
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
#define MLX5_HAIRPIN_TX_TABLE (UINT16_MAX - 1)
/* Reserve the last two tables for metadata register copy. */
--
	(MLX5_FLOW_MREG_ACT_TABLE_GROUP - 1)
#define MLX5_MAX_TABLES_FDB UINT16_MAX

#define MLX5_DBR_PAGE_SIZE 4096 /* Must be >= 512. */

error: patch failed: drivers/net/mlx5/mlx5.h:567
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_defs.h...
error: while searching for:
#define MLX5_XMETA_MODE_META16 1
#define MLX5_XMETA_MODE_META32 2

/* Definition of static_assert found in /usr/include/assert.h */
#ifndef HAVE_STATIC_ASSERT
#define static_assert _Static_assert

error: patch failed: drivers/net/mlx5/mlx5_defs.h:145
error: drivers/net/mlx5/mlx5_defs.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
			container_of((*priv->rxqs)[idx],
				     struct mlx5_rxq_ctrl, rxq);
--
		if (mark) {
			rxq_ctrl->rxq.mark = 1;
			rxq_ctrl->flow_mark_n++;
		}

error: patch failed: drivers/net/mlx5/mlx5_flow.c:671
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:
enum mlx5_rte_flow_action_type {
	MLX5_RTE_FLOW_ACTION_TYPE_END = INT_MIN,
	MLX5_RTE_FLOW_ACTION_TYPE_TAG,
	MLX5_RTE_FLOW_ACTION_TYPE_COPY_MREG,
};


error: patch failed: drivers/net/mlx5/mlx5_flow.h:38
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
					  NULL,
					  "groups are not supported");
--
						    MLX5_MAX_TABLES;
	uint32_t table;
	int ret;


error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4086
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk
if (priv) {
		if (priv->sh)
			mlx5_free_shared_dr(priv);
		if (priv->nl_socket_route >= 0)

error: patch failed: drivers/net/mlx5/mlx5.c:2458
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
#define MLX5_HAIRPIN_TX_TABLE (UINT16_MAX - 1)
/* Reserve the last two tables for metadata register copy. */
--
	(MLX5_FLOW_MREG_ACT_TABLE_GROUP - 1)
#define MLX5_MAX_TABLES_FDB UINT16_MAX

#define MLX5_DBR_PAGE_SIZE 4096 /* Must be >= 512. */

error: patch failed: drivers/net/mlx5/mlx5.h:567
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_defs.h...
error: while searching for:
#define MLX5_XMETA_MODE_META16 1
#define MLX5_XMETA_MODE_META32 2

/* Definition of static_assert found in /usr/include/assert.h */
#ifndef HAVE_STATIC_ASSERT
#define static_assert _Static_assert

error: patch failed: drivers/net/mlx5/mlx5_defs.h:145
error: drivers/net/mlx5/mlx5_defs.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 565 (offset -106 lines).
Hunk #2 succeeded at 639 (offset -106 lines).
error: while searching for:
--

#define MLX5_MAX_SPLIT_ACTIONS 24
#define MLX5_MAX_SPLIT_ITEMS 24


error: patch failed: drivers/net/mlx5/mlx5_flow.c:2731
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:
enum mlx5_rte_flow_action_type {
	MLX5_RTE_FLOW_ACTION_TYPE_END = INT_MIN,
	MLX5_RTE_FLOW_ACTION_TYPE_TAG,
	MLX5_RTE_FLOW_ACTION_TYPE_COPY_MREG,
};


error: patch failed: drivers/net/mlx5/mlx5_flow.h:38
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 3317 (offset -769 lines).
error: while searching for:
						MLX5_FLOW_ACTION_DEC_TCP_ACK;
--
		case MLX5_RTE_FLOW_ACTION_TYPE_TAG:
		case MLX5_RTE_FLOW_ACTION_TYPE_COPY_MREG:
			break;
		default:

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

DPDK STV team

                 reply	other threads:[~2019-11-09  9:52 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$8hdtqi@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).