automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw129638 [PATCH 1/1] node: remove MAX macro from all nodes
       [not found] <20230719123013.600659-1-rkudurumalla@marvell.com>
@ 2023-07-19 12:17 ` qemudev
  2023-07-19 12:31 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: qemudev @ 2023-07-19 12:17 UTC (permalink / raw)
  To: test-report; +Cc: Rakesh Kudurumalla, zhoumin

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

_apply patch failure_

Submitter: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Date: Wed, 19 Jul 2023 18:00:13 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 238f67ca9cc00be4248b14d9ca4412edb7da62f6

Apply patch set 129638 failed:

Checking patch lib/node/ip4_lookup.c...
error: while searching for:

	.init = ip4_lookup_node_init,

	.nb_edges = RTE_NODE_IP4_LOOKUP_NEXT_MAX,
	.next_nodes = {
		[RTE_NODE_IP4_LOOKUP_NEXT_IP4_LOCAL] = "ip4_local",
		[RTE_NODE_IP4_LOOKUP_NEXT_REWRITE] = "ip4_rewrite",

error: patch failed: lib/node/ip4_lookup.c:225
error: lib/node/ip4_lookup.c: patch does not apply
Checking patch lib/node/ip6_lookup.c...
Checking patch lib/node/rte_node_ip4_api.h...
error: while searching for:
	/**< Packet drop node. */
	RTE_NODE_IP4_LOOKUP_NEXT_IP4_LOCAL,
	/** IP Local node. */
	RTE_NODE_IP4_LOOKUP_NEXT_MAX,
	/**< Number of next nodes of lookup node. */
};

/**

error: patch failed: lib/node/rte_node_ip4_api.h:32
error: lib/node/rte_node_ip4_api.h: patch does not apply
Checking patch lib/node/rte_node_ip6_api.h...


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

* |SUCCESS| pw129638 [PATCH 1/1] node: remove MAX macro from all nodes
       [not found] <20230719123013.600659-1-rkudurumalla@marvell.com>
  2023-07-19 12:17 ` |WARNING| pw129638 [PATCH 1/1] node: remove MAX macro from all nodes qemudev
@ 2023-07-19 12:31 ` checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-07-19 12:31 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/129638

_coding style OK_



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

* |WARNING| pw129638 [PATCH] [1/1] node: remove MAX macro from all nodes
@ 2023-07-19 12:49 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-07-19 12:49 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Date: Wednesday, July 19 2023 12:30:13 
Applied on: CommitID:238f67ca9cc00be4248b14d9ca4412edb7da62f6
Apply patch set 129638 failed:

Checking patch lib/node/ip4_lookup.c...
error: while searching for:

	.init = ip4_lookup_node_init,

	.nb_edges = RTE_NODE_IP4_LOOKUP_NEXT_MAX,
	.next_nodes = {
		[RTE_NODE_IP4_LOOKUP_NEXT_IP4_LOCAL] = "ip4_local",
		[RTE_NODE_IP4_LOOKUP_NEXT_REWRITE] = "ip4_rewrite",

error: patch failed: lib/node/ip4_lookup.c:225
Checking patch lib/node/ip6_lookup.c...
Checking patch lib/node/rte_node_ip4_api.h...
error: while searching for:
	/**< Packet drop node. */
	RTE_NODE_IP4_LOOKUP_NEXT_IP4_LOCAL,
	/** IP Local node. */
	RTE_NODE_IP4_LOOKUP_NEXT_MAX,
	/**< Number of next nodes of lookup node. */
};

/**

error: patch failed: lib/node/rte_node_ip4_api.h:32
Checking patch lib/node/rte_node_ip6_api.h...
Applying patch lib/node/ip4_lookup.c with 1 reject...
Rejected hunk #1.
Applied patch lib/node/ip6_lookup.c cleanly.
Applying patch lib/node/rte_node_ip4_api.h with 1 reject...
Rejected hunk #1.
Applied patch lib/node/rte_node_ip6_api.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/lib/node/ip4_lookup.c b/lib/node/ip4_lookup.c	(rejected hunks)
@@ -225,7 +225,7 @@ static struct rte_node_register ip4_lookup_node = {
 
 	.init = ip4_lookup_node_init,
 
-	.nb_edges = RTE_NODE_IP4_LOOKUP_NEXT_MAX,
+	.nb_edges = RTE_NODE_IP4_LOOKUP_NEXT_IP4_LOCAL + 1,
 	.next_nodes = {
 		[RTE_NODE_IP4_LOOKUP_NEXT_IP4_LOCAL] = "ip4_local",
 		[RTE_NODE_IP4_LOOKUP_NEXT_REWRITE] = "ip4_rewrite",
diff a/lib/node/rte_node_ip4_api.h b/lib/node/rte_node_ip4_api.h	(rejected hunks)
@@ -32,8 +32,6 @@ enum rte_node_ip4_lookup_next {
 	/**< Packet drop node. */
 	RTE_NODE_IP4_LOOKUP_NEXT_IP4_LOCAL,
 	/** IP Local node. */
-	RTE_NODE_IP4_LOOKUP_NEXT_MAX,
-	/**< Number of next nodes of lookup node. */
 };
 
 /**

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-07-19 12:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230719123013.600659-1-rkudurumalla@marvell.com>
2023-07-19 12:17 ` |WARNING| pw129638 [PATCH 1/1] node: remove MAX macro from all nodes qemudev
2023-07-19 12:31 ` |SUCCESS| " checkpatch
2023-07-19 12:49 |WARNING| pw129638 [PATCH] [1/1] " 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).