automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw131859 [PATCH v3] net/mlx5: reuse reformat and modify header actions in a table
       [not found] <20230924094124.752639-1-getelson@nvidia.com>
@ 2023-09-24  9:21 ` qemudev
  2023-09-24  9:42 ` checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: qemudev @ 2023-09-24  9:21 UTC (permalink / raw)
  To: test-report; +Cc: Gregory Etelson, zhoumin

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

_apply patch failure_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Sun, 24 Sep 2023 12:41:24 +0300
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: cbeab8fddba9b9bc0a851515241f43aff412c3df

Apply patch set 131859 failed:

Checking patch drivers/net/mlx5/mlx5_flow.h...
Hunk #1 succeeded at 1319 (offset 1 line).
Hunk #2 succeeded at 1335 (offset 1 line).
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
	uint16_t action_pos;
	uint16_t jump_pos;
	uint32_t ct_idx;
	int err;
	uint32_t target_grp = 0;

	flow_hw_modify_field_init(&mhdr, at);

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


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

* |WARNING| pw131859 [PATCH v3] net/mlx5: reuse reformat and modify header actions in a table
       [not found] <20230924094124.752639-1-getelson@nvidia.com>
  2023-09-24  9:21 ` |WARNING| pw131859 [PATCH v3] net/mlx5: reuse reformat and modify header actions in a table qemudev
@ 2023-09-24  9:42 ` checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-09-24  9:42 UTC (permalink / raw)
  To: test-report; +Cc: Gregory Etelson

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

_coding style issues_


CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'encap_type' may be better as '(encap_type)' to avoid precedence issues
#195: FILE: drivers/net/mlx5/mlx5_flow_hw.c:61:
+#define MLX5_CONST_ENCAP_ITEM(encap_type, ptr) \
+(((const struct encap_type *)(ptr))->definition)

total: 0 errors, 0 warnings, 1 checks, 733 lines checked
Warning in drivers/net/mlx5/mlx5_flow_hw.c:
Using __atomic_op_fetch, prefer __atomic_fetch_op

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

* |WARNING| pw131859 [PATCH] [v3] net/mlx5: reuse reformat and modify header actions in a table
@ 2023-09-25  3:17 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-09-25  3:17 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Sunday, September 24 2023 09:41:24 
Applied on: CommitID:cbeab8fddba9b9bc0a851515241f43aff412c3df
Apply patch set 131859 failed:

Checking patch drivers/net/mlx5/mlx5_flow.h...
Hunk #1 succeeded at 1319 (offset 1 line).
Hunk #2 succeeded at 1335 (offset 1 line).
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
	uint16_t action_pos;
	uint16_t jump_pos;
	uint32_t ct_idx;
	int err;
	uint32_t target_grp = 0;

	flow_hw_modify_field_init(&mhdr, at);

error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:1437
Hunk #8 succeeded at 1817 (offset 1 line).
Hunk #9 succeeded at 1860 (offset 1 line).
Hunk #10 succeeded at 2019 (offset 4 lines).
Hunk #11 succeeded at 2061 (offset 4 lines).
Hunk #12 succeeded at 3584 (offset 4 lines).
Hunk #13 succeeded at 3873 (offset 4 lines).
Hunk #14 succeeded at 3892 (offset 4 lines).
Hunk #15 succeeded at 4134 (offset 4 lines).
Hunk #16 succeeded at 4498 (offset 4 lines).
Hunk #17 succeeded at 4760 (offset 10 lines).
Applied patch drivers/net/mlx5/mlx5_flow.h cleanly.
Applied patch drivers/net/mlx5/mlx5_flow_dv.c cleanly.
Applying patch drivers/net/mlx5/mlx5_flow_hw.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Rejected hunk #7.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
Hunk #12 applied cleanly.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Hunk #15 applied cleanly.
Hunk #16 applied cleanly.
Hunk #17 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)
@@ -1437,7 +1682,7 @@ __flow_hw_actions_translate(struct rte_eth_dev *dev,
 	uint16_t action_pos;
 	uint16_t jump_pos;
 	uint32_t ct_idx;
-	int err;
+	int ret, err;
 	uint32_t target_grp = 0;
 
 	flow_hw_modify_field_init(&mhdr, at);

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-09-25  3:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230924094124.752639-1-getelson@nvidia.com>
2023-09-24  9:21 ` |WARNING| pw131859 [PATCH v3] net/mlx5: reuse reformat and modify header actions in a table qemudev
2023-09-24  9:42 ` checkpatch
2023-09-25  3:17 |WARNING| pw131859 [PATCH] [v3] " 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).