automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw129638 [PATCH] [1/1] node: remove MAX macro from all nodes
Date: Wed, 19 Jul 2023 05:49:34 -0700 (PDT)	[thread overview]
Message-ID: <64b7dbde.920a0220.788e2.82f9SMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

             reply	other threads:[~2023-07-19 12:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 12:49 dpdklab [this message]
     [not found] <20230719123013.600659-1-rkudurumalla@marvell.com>
2023-07-19 12:17 ` |WARNING| pw129638 [PATCH 1/1] " qemudev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64b7dbde.920a0220.788e2.82f9SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).