automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw133619-133621 [PATCH] [v2, 3/3] app/testpmd: add port representor as sample destination
@ 2023-10-30  7:38 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-10-30  7:38 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Suanming Mou <suanmingm@nvidia.com>
Date: Monday, October 30 2023 02:28:28 
Applied on: CommitID:f75c6392fcae88cdd21270e60c5d6752ec4ffdba
Apply patch set 133619-133621 failed:

Checking patch doc/guides/nics/mlx5.rst...
Hunk #1 succeeded at 728 (offset -15 lines).
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 -40 lines).
Hunk #2 succeeded at 331 (offset -40 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 -331 lines).
Hunk #7 succeeded at 8027 (offset -331 lines).
Hunk #8 succeeded at 8101 (offset -331 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 doc/guides/rel_notes/release_23_11.rst...
error: while searching for:
  * Added support for Network Service Header (NSH) flow matching.
  * Added support for ``RTE_FLOW_ACTION_TYPE_INDIRECT_LIST`` flow action.
  * Added support for ``RTE_FLOW_ITEM_TYPE_PTYPE`` flow item.

* **Updated Solarflare net driver.**


error: patch failed: doc/guides/rel_notes/release_23_11.rst:149
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Applying patch doc/guides/rel_notes/release_23_11.rst with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst	(rejected hunks)
@@ -149,6 +149,7 @@ New Features
   * Added support for Network Service Header (NSH) flow matching.
   * Added support for ``RTE_FLOW_ACTION_TYPE_INDIRECT_LIST`` flow action.
   * Added support for ``RTE_FLOW_ITEM_TYPE_PTYPE`` flow item.
+  * Added support for ``RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR`` flow action and mirror.
 
 * **Updated Solarflare net driver.**
 

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-30  7:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-30  7:38 |WARNING| pw133619-133621 [PATCH] [v2, 3/3] app/testpmd: add port representor as sample destination dpdklab

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