automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw106444 [PATCH] pipeline: support checksum for variable size headers
@ 2022-01-24 22:48 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-01-24 22:48 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Date: Monday, January 24 2022 22:32:49 
Applied on: CommitID:8a5a91401dc23ddab1ddea3667a17a615a25077f
Apply patch set 106444 failed:

Checking patch lib/pipeline/rte_swx_pipeline.c...
Hunk #1 succeeded at 2886 (offset -22 lines).
Hunk #2 succeeded at 2895 (offset -22 lines).
Checking patch lib/pipeline/rte_swx_pipeline_internal.h...
error: while searching for:
	 * dst = H, src = {H, h.header}
	 */
	INSTR_ALU_CKADD_FIELD,    /* src = H */
	INSTR_ALU_CKADD_STRUCT20, /* src = h.header, with sizeof(header) = 20 */
	INSTR_ALU_CKADD_STRUCT,   /* src = h.hdeader, with any sizeof(header) */

	/* cksub dst src
	 * dst = dst '- src

error: patch failed: lib/pipeline/rte_swx_pipeline_internal.h:309
Hunk #2 succeeded at 2834 (offset -20 lines).
Hunk #3 succeeded at 2850 (offset -20 lines).
Applied patch lib/pipeline/rte_swx_pipeline.c cleanly.
Applying patch lib/pipeline/rte_swx_pipeline_internal.h with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
diff a/lib/pipeline/rte_swx_pipeline_internal.h b/lib/pipeline/rte_swx_pipeline_internal.h	(rejected hunks)
@@ -309,8 +309,8 @@ enum instruction_type {
 	 * dst = H, src = {H, h.header}
 	 */
 	INSTR_ALU_CKADD_FIELD,    /* src = H */
-	INSTR_ALU_CKADD_STRUCT20, /* src = h.header, with sizeof(header) = 20 */
-	INSTR_ALU_CKADD_STRUCT,   /* src = h.hdeader, with any sizeof(header) */
+	INSTR_ALU_CKADD_STRUCT20, /* src = h.header, with sizeof(header) = 20 bytes. */
+	INSTR_ALU_CKADD_STRUCT,   /* src = h.header, with sizeof(header) any 4-byte multiple. */
 
 	/* cksub dst src
 	 * dst = dst '- src

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-01-24 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 22:48 |WARNING| pw106444 [PATCH] pipeline: support checksum for variable size headers 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).