automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw69504[v3, 2/2] net/mlx5: support flow aging
Date: 30 Apr 2020 01:35:45 -0700	[thread overview]
Message-ID: <fecc85$a1jdjt@orsmga001.jf.intel.com> (raw)

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

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

_apply issues_

Submitter: Bill Zhou <dongz@mellanox.com>
Date: 2020-04-29 02:25:09
Reply_mail: 20200429022509.4360-3-dongz@mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: d3fb55e4634ffc3135b0d58e1d48b760e1721c58
	Repo:dpdk, CommitID: 67d376e7fe7d4e4149d3591ed94cba33206e8cd2

*Repo: dpdk-next-net-mlx
rte_free(sh->cmng.ccont[i].pools);
	}
	mng = LIST_FIRST(&sh->cmng.mem_mngs);
	while (mng) {

error: patch failed: drivers/net/mlx5/mlx5.c:491
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
#define MLX5_COUNTERS_PER_POOL 512
#define MLX5_MAX_PENDING_QUERIES 4
--
	(CNT_SIZE + (IS_EXT_POOL(pool) ? CNTEXT_SIZE : 0))
#define MLX5_POOL_GET_CNT(pool, index) \
	((struct mlx5_flow_counter *) \
	((uint8_t *)((pool) + 1) + (index) * (MLX5_CNT_LEN(pool))))

error: patch failed: drivers/net/mlx5/mlx5.h:222
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #20 succeeded at 5768 (offset 4 lines).
Hunk #21 succeeded at 5803 (offset 4 lines).
Hunk #22 succeeded at 5831 (offset 4 lines).
--
		cnt_ext = MLX5_CNT_TO_CNT_EXT(cnt);
		if (priv->counter_fallback)
			return mlx5_devx_cmd_flow_counter_query(cnt_ext->dcs, 0,
					0, pkts, bytes, 0, NULL, NULL, 0);

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4117
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:

	cnt = flow_verbs_counter_get_by_idx(dev, counter,
--
	cnt_ext = MLX5_CNT_TO_CNT_EXT(cnt);
	if (--cnt_ext->ref_cnt == 0) {
#if defined(HAVE_IBV_DEVICE_COUNTERS_SET_V42)
		claim_zero(mlx5_glue->destroy_counter_set(cnt_ext->cs));

error: patch failed: drivers/net/mlx5/mlx5_flow_verbs.c:251
error: drivers/net/mlx5/mlx5_flow_verbs.c: patch does not apply
*Repo: dpdk
rte_free(sh->cmng.ccont[i].pools);
	}
	mng = LIST_FIRST(&sh->cmng.mem_mngs);
	while (mng) {

error: patch failed: drivers/net/mlx5/mlx5.c:491
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
#define MLX5_COUNTERS_PER_POOL 512
#define MLX5_MAX_PENDING_QUERIES 4
--
	(CNT_SIZE + (IS_EXT_POOL(pool) ? CNTEXT_SIZE : 0))
#define MLX5_POOL_GET_CNT(pool, index) \
	((struct mlx5_flow_counter *) \
	((uint8_t *)((pool) + 1) + (index) * (MLX5_CNT_LEN(pool))))

error: patch failed: drivers/net/mlx5/mlx5.h:222
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch drivers/net/mlx5/mlx5_flow.h...
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
--
		cnt_ext = MLX5_CNT_TO_CNT_EXT(cnt);
		if (priv->counter_fallback)
			return mlx5_devx_cmd_flow_counter_query(cnt_ext->dcs, 0,
					0, pkts, bytes, 0, NULL, NULL, 0);

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:4117
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:

	cnt = flow_verbs_counter_get_by_idx(dev, counter,
--
	cnt_ext = MLX5_CNT_TO_CNT_EXT(cnt);
	if (--cnt_ext->ref_cnt == 0) {
#if defined(HAVE_IBV_DEVICE_COUNTERS_SET_V42)
		claim_zero(mlx5_glue->destroy_counter_set(cnt_ext->cs));

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

DPDK STV team

                 reply	other threads:[~2020-04-30  8:35 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='fecc85$a1jdjt@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).