|WARNING| pw132683-132685 [PATCH] [3/3] app/testpmd: add port representor as sample destination

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Oct 17 04:11:23 CEST 2023


Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/132683

_apply patch failure_

Submitter: Suanming Mou <suanmingm at nvidia.com>
Date: Tuesday, October 17 2023 00:44:01 
Applied on: CommitID:99dcd1664982fd93d49ca159a97ad16537a1914f
Apply patch set 132683-132685 failed:

Checking patch doc/guides/nics/mlx5.rst...
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 1856 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_flow.h...
Hunk #1 succeeded at 321 (offset -38 lines).
Hunk #2 succeeded at 331 (offset -38 lines).
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
			acts->rule_acts[dr_pos].action =
				priv->hw_drop[!!attr->group];
			break;
		case RTE_FLOW_ACTION_TYPE_MARK:
			acts->mark = true;
			if (masks->conf &&

error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:1726
Hunk #2 succeeded at 3901 (offset -246 lines).
Hunk #3 succeeded at 4270 (offset -271 lines).
Hunk #4 succeeded at 4495 (offset -283 lines).
Hunk #5 succeeded at 4580 (offset -283 lines).
Hunk #6 succeeded at 7934 (offset -327 lines).
Hunk #7 succeeded at 8027 (offset -327 lines).
Hunk #8 succeeded at 8101 (offset -327 lines).
Applied patch doc/guides/nics/mlx5.rst cleanly.
Applied patch drivers/net/mlx5/mlx5.h cleanly.
Applied patch drivers/net/mlx5/mlx5_flow.h cleanly.
Applying patch drivers/net/mlx5/mlx5_flow_hw.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx5_flow_hw.c	(rejected hunks)
@@ -1726,6 +1726,13 @@ __flow_hw_actions_translate(struct rte_eth_dev *dev,
 			acts->rule_acts[dr_pos].action =
 				priv->hw_drop[!!attr->group];
 			break;
+		case RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR:
+			if (!attr->group) {
+				DRV_LOG(ERR, "Port representor is not supported in root table.");
+				goto err;
+			}
+			acts->rule_acts[dr_pos].action = priv->hw_def_miss;
+			break;
 		case RTE_FLOW_ACTION_TYPE_MARK:
 			acts->mark = true;
 			if (masks->conf &&
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch

https://lab.dpdk.org/results/dashboard/patchsets/27949/

UNH-IOL DPDK Community Lab


More information about the test-report mailing list