automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw132119-132120 [PATCH v6 1/2] node: add IPv4 local node to handle local pkts
       [not found] <20230928102529.4118346-1-rkudurumalla@marvell.com>
@ 2023-09-28 10:11 ` qemudev
  2023-09-28 10:26 ` |WARNING| pw132119 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-09-28 10:11 UTC (permalink / raw)
  To: test-report; +Cc: Rakesh Kudurumalla, zhoumin

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

_apply patch failure_

Submitter: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Date: Thu, 28 Sep 2023 15:55:28 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: c56185fc183fc0532d2f03aaf04bbf0989ea91a5

Apply patch set 132119-132120 failed:

Checking patch doc/guides/prog_guide/graph_lib.rst...
Checking patch doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg...
Checking patch lib/node/ip4_local.c...
Checking patch lib/node/ip4_lookup.c...
error: while searching for:

	.nb_edges = RTE_NODE_IP4_LOOKUP_NEXT_PKT_DROP + 1,
	.next_nodes = {
		[RTE_NODE_IP4_LOOKUP_NEXT_REWRITE] = "ip4_rewrite",
		[RTE_NODE_IP4_LOOKUP_NEXT_PKT_DROP] = "pkt_drop",
	},

error: patch failed: lib/node/ip4_lookup.c:227
error: lib/node/ip4_lookup.c: patch does not apply
Checking patch lib/node/meson.build...
Checking patch lib/node/rte_node_ip4_api.h...
error: while searching for:
enum rte_node_ip4_lookup_next {
	RTE_NODE_IP4_LOOKUP_NEXT_REWRITE,
	/**< Rewrite node. */
	RTE_NODE_IP4_LOOKUP_NEXT_PKT_DROP,
	/**< Number of next nodes of lookup node. */
};

/**
 * Add ipv4 route to lookup table.
 *

error: patch failed: lib/node/rte_node_ip4_api.h:28
error: lib/node/rte_node_ip4_api.h: patch does not apply


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

* |WARNING| pw132119 [PATCH v6 1/2] node: add IPv4 local node to handle local pkts
       [not found] <20230928102529.4118346-1-rkudurumalla@marvell.com>
  2023-09-28 10:11 ` |WARNING| pw132119-132120 [PATCH v6 1/2] node: add IPv4 local node to handle local pkts qemudev
@ 2023-09-28 10:26 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-09-28 10:26 UTC (permalink / raw)
  To: test-report; +Cc: Rakesh Kudurumalla

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

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'text'
#148: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:56:
+<text text-anchor="middle" x="120" y="-428.3" font-family="Times,serif" font-size="14.00">ethdev_rx</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#156: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:62:
+<text text-anchor="middle" x="120" y="-355.3" font-family="Times,serif" font-size="14.00">pkt_cls</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#172: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:74:
+<text text-anchor="middle" x="82" y="-195.3" font-family="Times,serif" font-size="14.00">kernel_rx</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#188: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:86:
+<text text-anchor="middle" x="338" y="-87.3" font-family="Times,serif" font-size="14.00">ethdev_tx</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#196: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:92:
+<text text-anchor="middle" x="254" y="-14.3" font-family="Times,serif" font-size="14.00">pkt_drop</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#212: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:104:
+<text text-anchor="middle" x="120" y="-268.3" font-family="Times,serif" font-size="14.00">kernel_tx</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#238: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:123:
+<text text-anchor="middle" x="172.5" y="-311.8" font-family="Times,serif" font-size="14.00">exception pkts</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#246: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:129:
+<text text-anchor="middle" x="252" y="-268.3" font-family="Times,serif" font-size="14.00">ip4_lookup</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#256: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:136:
+<text text-anchor="middle" x="254.5" y="-311.8" font-family="Times,serif" font-size="14.00">ipv4</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#264: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:142:
+<text text-anchor="middle" x="439" y="-268.3" font-family="Times,serif" font-size="14.00">ip6_lookup</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#274: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:149:
+<text text-anchor="middle" x="339.5" y="-311.8" font-family="Times,serif" font-size="14.00">ipv6</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#290: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:161:
+<text text-anchor="middle" x="294" y="-195.3" font-family="Times,serif" font-size="14.00">ip4_rewrite</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#304: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:173:
+<text text-anchor="middle" x="136" y="-141.3" font-family="Times,serif" font-size="14.00">ip4_local</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#326: FILE: doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg:191:
+<text text-anchor="middle" x="439" y="-195.3" font-family="Times,serif" font-size="14.00">ip6_rewrite</text>

total: 0 errors, 14 warnings, 395 lines checked

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

end of thread, other threads:[~2023-09-28 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230928102529.4118346-1-rkudurumalla@marvell.com>
2023-09-28 10:11 ` |WARNING| pw132119-132120 [PATCH v6 1/2] node: add IPv4 local node to handle local pkts qemudev
2023-09-28 10:26 ` |WARNING| pw132119 " checkpatch

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