automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Itamar Gozlan <igozlan@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw142173-142182 [PATCH 01/10] net/mlx5: add hairpin out of buffer counter
Date: Sun, 7 Jul 2024 17:59:12 +0800	[thread overview]
Message-ID: <202407070959.4679xCvm1875756@localhost.localdomain> (raw)
In-Reply-To: <20240707102532.2045942-1-igozlan@nvidia.com>

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/142173

_apply patch failure_

Submitter: Itamar Gozlan <igozlan@nvidia.com>
Date: Sun, 7 Jul 2024 13:25:22 +0300
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: b31811d96c1d0fb36df78dc34ef8325bce447bfc

Apply patch set 142173-142182 failed:

Checking patch doc/guides/nics/mlx5.rst...
error: while searching for:

  - Hairpin between two ports could only manual binding and explicit Tx flow mode. For single port hairpin, all the combinations of auto/manual binding and explicit/implicit Tx flow mode could be supported.
  - Hairpin in switchdev SR-IOV mode is not supported till now.

- Quota:


error: patch failed: doc/guides/nics/mlx5.rst:750
error: doc/guides/nics/mlx5.rst: patch does not apply
Checking patch doc/guides/rel_notes/release_24_07.rst...
error: while searching for:
  * Added match with E-Switch manager.
  * Added flow item and actions validation to async flow API.
  * Added global out of buffer counter for hairpin queues.

* **Updated TAP driver.**


error: patch failed: doc/guides/rel_notes/release_24_07.rst:101
error: doc/guides/rel_notes/release_24_07.rst: patch does not apply
Checking patch drivers/net/mlx5/linux/mlx5_ethdev_os.c...
error: while searching for:
		.ctr_name = "out_of_buffer",
		.dev = 1,
	},
	{
		.dpdk_name = "dev_internal_queue_oob",
		.ctr_name = "dev_internal_queue_oob",

error: patch failed: drivers/net/mlx5/linux/mlx5_ethdev_os.c:1420
error: drivers/net/mlx5/linux/mlx5_ethdev_os.c: patch does not apply
Checking patch drivers/net/mlx5/linux/mlx5_os.c...
error: while searching for:
		DRV_LOG(DEBUG, "Port %d queue counter object cannot be created "
			"by DevX - fall-back to use the kernel driver global "
			"queue counter.", dev->data->port_id);
		/* Create WQ by kernel and query its queue counter ID. */
		if (cq) {
			wq = mlx5_glue->create_wq(ctx,

error: patch failed: drivers/net/mlx5/linux/mlx5_os.c:964
error: drivers/net/mlx5/linux/mlx5_os.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		mlx5_devx_cmd_destroy(priv->q_counters);
		priv->q_counters = NULL;
	}
	mlx5_mprq_free_mp(dev);
	mlx5_os_free_shared_dr(priv);
#ifdef HAVE_MLX5_HWS_SUPPORT

error: patch failed: drivers/net/mlx5/mlx5.c:2394
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	LIST_HEAD(fdir, mlx5_fdir_flow) fdir_flows; /* fdir flows. */
	rte_spinlock_t shared_act_sl; /* Shared actions spinlock. */
	uint32_t rss_shared_actions; /* RSS shared actions. */
	struct mlx5_devx_obj *q_counters; /* DevX queue counter object. */
	uint32_t counter_set_id; /* Queue counter ID to set in DevX objects. */
	uint32_t lag_affinity_idx; /* LAG mode queue 0 affinity starting. */
	rte_spinlock_t flex_item_sl; /* Flex item list spinlock. */
	struct mlx5_flex_item flex_item[MLX5_PORT_FLEX_ITEM_NUM];

error: patch failed: drivers/net/mlx5/mlx5.h:1986
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_devx.c...
error: while searching for:
	return 0;
}

/**
 * Create the Rx hairpin queue object.
 *

error: patch failed: drivers/net/mlx5/mlx5_devx.c:496
error: drivers/net/mlx5/mlx5_devx.c: patch does not apply
Checking patch drivers/net/mlx5/windows/mlx5_os.c...
error: while searching for:
		DRV_LOG(ERR, "Port %d queue counter object cannot be created "
			"by DevX - imissed counter will be unavailable",
			dev->data->port_id);
		return;
	}
	priv->counter_set_id = priv->q_counters->id;

error: patch failed: drivers/net/mlx5/windows/mlx5_os.c:83
error: drivers/net/mlx5/windows/mlx5_os.c: patch does not apply


       reply	other threads:[~2024-07-07 10:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240707102532.2045942-1-igozlan@nvidia.com>
2024-07-07  9:59 ` qemudev [this message]
2024-07-07 10:26 ` |SUCCESS| pw142173 " checkpatch

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=202407070959.4679xCvm1875756@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=igozlan@nvidia.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /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).