|WARNING| pw151983-151985 [PATCH 1/3] net/mlx5/hws: support jump FDB Rx

qemudev at loongson.cn qemudev at loongson.cn
Tue Feb 25 01:23:47 CET 2025


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

_apply patch failure_

Submitter: Suanming Mou <suanmingm at 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



More information about the test-report mailing list