automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw110544-110545 [PATCH] [V3, 2/2] examples/pipeline: support hash functions
@ 2022-04-30 13:58 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-04-30 13:58 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Date: Saturday, April 30 2022 13:40:59 
Applied on: CommitID:90bf3f89ed33f78e9f41818caf123e13e508dee7
Apply patch set 110544-110545 failed:

Checking patch lib/pipeline/rte_swx_pipeline.c...
Hunk #2 succeeded at 1090 (offset -79 lines).
Hunk #3 succeeded at 2629 (offset -258 lines).
Hunk #4 succeeded at 5998 (offset -289 lines).
Hunk #5 succeeded at 6978 (offset -294 lines).
error: while searching for:
	instruction_table_free(p);
	metadata_free(p);
	header_free(p);
	extern_func_free(p);
	extern_obj_free(p);
	mirroring_free(p);

error: patch failed: lib/pipeline/rte_swx_pipeline.c:9462
Hunk #7 succeeded at 9278 (offset -440 lines).
Hunk #8 succeeded at 9319 (offset -440 lines).
Hunk #9 succeeded at 9345 (offset -440 lines).
Hunk #10 succeeded at 9421 (offset -444 lines).
error: while searching for:
	instruction_table_build_free(p);
	metadata_build_free(p);
	header_build_free(p);
	extern_func_build_free(p);
	extern_obj_build_free(p);
	mirroring_build_free(p);

error: patch failed: lib/pipeline/rte_swx_pipeline.c:9746
Hunk #12 succeeded at 10386 (offset -475 lines).
Hunk #13 succeeded at 10751 (offset -529 lines).
Hunk #14 succeeded at 11284 (offset -563 lines).
Hunk #15 succeeded at 11503 (offset -568 lines).
Checking patch lib/pipeline/rte_swx_pipeline.h...
Hunk #1 succeeded at 271 (offset -30 lines).
Checking patch lib/pipeline/rte_swx_pipeline_internal.h...
Hunk #1 succeeded at 172 (offset -11 lines).
Hunk #2 succeeded at 477 (offset -31 lines).
Hunk #3 succeeded at 621 (offset -33 lines).
Hunk #4 succeeded at 720 (offset -34 lines).
Hunk #5 succeeded at 1426 (offset -40 lines).
Hunk #6 succeeded at 1447 (offset -41 lines).
error: while searching for:
	uint32_t n_mirroring_sessions;
	uint32_t n_extern_objs;
	uint32_t n_extern_funcs;
	uint32_t n_actions;
	uint32_t n_tables;
	uint32_t n_selectors;

error: patch failed: lib/pipeline/rte_swx_pipeline_internal.h:1461
Hunk #8 succeeded at 2173 (offset -228 lines).
Checking patch lib/pipeline/version.map...
Hunk #1 succeeded at 138 (offset -2 lines).
Applying patch lib/pipeline/rte_swx_pipeline.c with 2 rejects...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Rejected hunk #6.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Rejected hunk #11.
Hunk #12 applied cleanly.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Hunk #15 applied cleanly.
Applied patch lib/pipeline/rte_swx_pipeline.h cleanly.
Applying patch lib/pipeline/rte_swx_pipeline_internal.h with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Rejected hunk #7.
Hunk #8 applied cleanly.
Applied patch lib/pipeline/version.map cleanly.
diff a/lib/pipeline/rte_swx_pipeline.c b/lib/pipeline/rte_swx_pipeline.c	(rejected hunks)
@@ -9462,6 +9616,7 @@ rte_swx_pipeline_free(struct rte_swx_pipeline *p)
 	instruction_table_free(p);
 	metadata_free(p);
 	header_free(p);
+	hash_func_free(p);
 	extern_func_free(p);
 	extern_obj_free(p);
 	mirroring_free(p);
@@ -9746,6 +9926,7 @@ rte_swx_pipeline_build(struct rte_swx_pipeline *p)
 	instruction_table_build_free(p);
 	metadata_build_free(p);
 	header_build_free(p);
+	hash_func_build_free(p);
 	extern_func_build_free(p);
 	extern_obj_build_free(p);
 	mirroring_build_free(p);
diff a/lib/pipeline/rte_swx_pipeline_internal.h b/lib/pipeline/rte_swx_pipeline_internal.h	(rejected hunks)
@@ -1461,6 +1504,7 @@ struct rte_swx_pipeline {
 	uint32_t n_mirroring_sessions;
 	uint32_t n_extern_objs;
 	uint32_t n_extern_funcs;
+	uint32_t n_hash_funcs;
 	uint32_t n_actions;
 	uint32_t n_tables;
 	uint32_t n_selectors;

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-04-30 13:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30 13:58 |WARNING| pw110544-110545 [PATCH] [V3, 2/2] examples/pipeline: support hash functions 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).