|WARNING| pw119116 [PATCH] common/cnxk: fix build failure with rhel

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Oct 25 19:48:01 CEST 2022


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

_apply patch failure_

Submitter: Anoob Joseph <anoobj at marvell.com>
Date: Tuesday, October 25 2022 17:29:58 
Applied on: CommitID:011c617ca20858ce0ad20625e9d3e4c3d6252047
Apply patch set 119116 failed:

Checking patch drivers/common/cnxk/cnxk_security.c...
error: while searching for:
	}

	ip4 = (struct rte_ipv4_hdr *)&template->ip4.ipv4_hdr;
	/* If custom port values are provided, Overwrite default port values. */
	if (ipsec->options.udp_encap) {
		sport = 4500;
		dport = 4500;

		if (ipsec->udp.sport)
			sport = ipsec->udp.sport;

error: patch failed: drivers/common/cnxk/cnxk_security.c:1269
Applying patch drivers/common/cnxk/cnxk_security.c with 1 reject...
Rejected hunk #1.
diff a/drivers/common/cnxk/cnxk_security.c b/drivers/common/cnxk/cnxk_security.c	(rejected hunks)
@@ -1269,10 +1269,12 @@ cnxk_on_ipsec_outb_sa_create(struct rte_security_ipsec_xform *ipsec,
 	}

 	ip4 = (struct rte_ipv4_hdr *)&template->ip4.ipv4_hdr;
+
+	sport = 4500;
+	dport = 4500;
+
 	/* If custom port values are provided, Overwrite default port values. */
 	if (ipsec->options.udp_encap) {
-		sport = 4500;
-		dport = 4500;

 		if (ipsec->udp.sport)
 			sport = ipsec->udp.sport;

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list