automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw119116 [PATCH] common/cnxk: fix build failure with rhel
@ 2022-10-25 17:48 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-10-25 17:48 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Anoob Joseph <anoobj@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

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

only message in thread, other threads:[~2022-10-25 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 17:48 |WARNING| pw119116 [PATCH] common/cnxk: fix build failure with rhel 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).