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: [dpdk-test-report] |WARNING| pw101763 [PATCH] net/enic: fix build with GCC 7.5
Date: Fri, 15 Oct 2021 17:59:58 +0000 (UTC)	[thread overview]
Message-ID: <20211015175958.B43FE6009A@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

[-- 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

                 reply	other threads:[~2021-10-15 18:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20211015175958.B43FE6009A@dpdk-ubuntu.dpdklab.iol.unh.edu \
    --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).