automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw151983-151985 [PATCH 1/3] net/mlx5/hws: support jump FDB Rx
       [not found] <20250225004527.2066812-2-suanmingm@nvidia.com>
@ 2025-02-25  0:23 ` qemudev
  2025-02-25  0:46 ` |WARNING| pw151983 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2025-02-25  0:23 UTC (permalink / raw)
  To: test-report; +Cc: Suanming Mou, zhoumin

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

_apply patch failure_

Submitter: Suanming Mou <suanmingm@nvidia.com>
Date: Tue, 25 Feb 2025 08:45:25 +0800
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: 61fc05f1c6a079c0b25b27d1668450134a784d56

Apply patch set 151983-151985 failed:

Checking patch drivers/common/mlx5/mlx5_devx_cmds.c...
error: while searching for:
		attr->fdb_unified_en = MLX5_GET(wqe_based_flow_table_cap,
						hcattr,
						fdb_unified_en);
	}
	/* Query HCA attribute for ROCE. */
	if (attr->roce) {

error: patch failed: drivers/common/mlx5/mlx5_devx_cmds.c:1352
error: drivers/common/mlx5/mlx5_devx_cmds.c: patch does not apply
Checking patch drivers/common/mlx5/mlx5_devx_cmds.h...
error: while searching for:
	uint32_t lag_rx_port_affinity:1;
	uint32_t wqe_based_flow_table_sup:1;
	uint32_t fdb_unified_en:1;
	uint8_t max_header_modify_pattern_length;
	uint64_t system_image_guid;
	uint32_t log_max_conn_track_offload:5;

error: patch failed: drivers/common/mlx5/mlx5_devx_cmds.h:326
error: drivers/common/mlx5/mlx5_devx_cmds.h: patch does not apply
Checking patch drivers/net/mlx5/linux/mlx5_os.c...
error: while searching for:
		priv->unified_fdb_en = !!priv->master;
		DRV_LOG(DEBUG, "port %u: unified FDB %s enabled.",
			eth_dev->data->port_id, priv->unified_fdb_en ? "is" : "isn't");
		if (priv->sh->config.dv_esw_en) {
			uint32_t usable_bits;
			uint32_t required_bits;

error: patch failed: drivers/net/mlx5/linux/mlx5_os.c:1718
error: drivers/net/mlx5/linux/mlx5_os.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	uint32_t num_lag_ports:4; /* Number of ports can be bonded. */
	uint32_t tunnel_enabled:1; /* If tunnel offloading is enabled on rxqs. */
	uint32_t unified_fdb_en:1; /* Unified FDB flag per port. */
	uint16_t domain_id; /* Switch domain identifier. */
	uint16_t vport_id; /* Associated VF vport index (if any). */
	uint32_t vport_meta_tag; /* Used for vport index match ove VF LAG. */

error: patch failed: drivers/net/mlx5/mlx5.h:1987
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
Hunk #1 succeeded at 9220 (offset -102 lines).
error: while searching for:
		goto error;
	grp_data->tbl = tbl;
	if (attr->group) {
		/* Jump action be used by non-root table. */
		jump = mlx5dr_action_create_dest_table
			(priv->dr_ctx, tbl,
			 mlx5_hw_act_dest_table_flag[dr_tbl_attr.type]);
		if (!jump)
			goto error;
		grp_data->jump.hws_action = jump;

error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:9342
error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |WARNING| pw151983 [PATCH 1/3] net/mlx5/hws: support jump FDB Rx
       [not found] <20250225004527.2066812-2-suanmingm@nvidia.com>
  2025-02-25  0:23 ` |WARNING| pw151983-151985 [PATCH 1/3] net/mlx5/hws: support jump FDB Rx qemudev
@ 2025-02-25  0:46 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2025-02-25  0:46 UTC (permalink / raw)
  To: test-report; +Cc: Suanming Mou

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151983

_coding style issues_


WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#274: FILE: drivers/net/mlx5/hws/mlx5dr_cmd.c:1287:
+							capability.wqe_based_flow_table_cap.stc_action_type_63_0);

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#278: FILE: drivers/net/mlx5/hws/mlx5dr_cmd.c:1291:
+							  capability.wqe_based_flow_table_cap.stc_action_type_127_64);

total: 0 errors, 2 warnings, 0 checks, 152 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-25  0:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250225004527.2066812-2-suanmingm@nvidia.com>
2025-02-25  0:23 ` |WARNING| pw151983-151985 [PATCH 1/3] net/mlx5/hws: support jump FDB Rx qemudev
2025-02-25  0:46 ` |WARNING| pw151983 " checkpatch

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).