automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw101763 [PATCH] net/enic: fix build with GCC 7.5
@ 2021-10-15 17:59 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-15 17:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1958 bytes --]

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

_apply patch failure_

Submitter: Ferruh Yigit <ferruh.yigit@intel.com>
Date: Friday, October 15 2021 10:28:18 
Applied on: CommitID:b95af1946ab4fde8489f8a91199d3b5579918997
Apply patch set 101763 failed:

Checking patch drivers/net/enic/enic_fm_flow.c...
Hunk #1 succeeded at 1435 (offset -29 lines).
error: while searching for:
		}
		case RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR: {
			const struct rte_flow_action_ethdev *ethdev;
			struct rte_eth_dev *dev;

			ethdev = actions->conf;
			ret = enic_fm_check_transfer_dst(enic, ethdev->port_id,

error: patch failed: drivers/net/enic/enic_fm_flow.c:1577
error: while searching for:
		}
		case RTE_FLOW_ACTION_TYPE_REPRESENTED_PORT: {
			const struct rte_flow_action_ethdev *ethdev;
			struct rte_eth_dev *dev;

			if (overlap & PORT_ID) {
				ENICPMD_LOG(DEBUG, "cannot have multiple egress PORT_ID actions");

error: patch failed: drivers/net/enic/enic_fm_flow.c:1596
Applying patch drivers/net/enic/enic_fm_flow.c with 2 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Rejected hunk #3.
diff a/drivers/net/enic/enic_fm_flow.c b/drivers/net/enic/enic_fm_flow.c	(rejected hunks)
@@ -1577,7 +1577,7 @@ enic_fm_copy_action(struct enic_flowman *fm,
 		}
 		case RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR: {
 			const struct rte_flow_action_ethdev *ethdev;
-			struct rte_eth_dev *dev;
+			struct rte_eth_dev *dev = NULL;
 
 			ethdev = actions->conf;
 			ret = enic_fm_check_transfer_dst(enic, ethdev->port_id,
@@ -1596,7 +1596,7 @@ enic_fm_copy_action(struct enic_flowman *fm,
 		}
 		case RTE_FLOW_ACTION_TYPE_REPRESENTED_PORT: {
 			const struct rte_flow_action_ethdev *ethdev;
-			struct rte_eth_dev *dev;
+			struct rte_eth_dev *dev = NULL;
 
 			if (overlap & PORT_ID) {
 				ENICPMD_LOG(DEBUG, "cannot have multiple egress PORT_ID actions");

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-10-15 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 17:59 [dpdk-test-report] |WARNING| pw101763 [PATCH] net/enic: fix build with GCC 7.5 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).