automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw111562-111563 [PATCH] [V5, 2/2] examples/pipeline: support hash functions
@ 2022-05-20 22:49 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-05-20 22:49 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Date: Friday, May 20 2022 22:31:25 
Applied on: CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2
Apply patch set 111562-111563 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 5999 (offset -289 lines).
Hunk #5 succeeded at 6979 (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 9279 (offset -440 lines).
Hunk #8 succeeded at 9320 (offset -440 lines).
Hunk #9 succeeded at 9346 (offset -440 lines).
Hunk #10 succeeded at 9422 (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 10387 (offset -526 lines).
Hunk #13 succeeded at 10752 (offset -580 lines).
Hunk #14 succeeded at 11285 (offset -614 lines).
Hunk #15 succeeded at 11504 (offset -619 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...
error: while searching for:
	#added in 22.07
	rte_swx_ctl_pipeline_learner_timeout_get;
	rte_swx_ctl_pipeline_learner_timeout_set;
};

error: patch failed: lib/pipeline/version.map:144
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.
Applying patch lib/pipeline/version.map with 1 reject...
Rejected hunk #1.
diff a/lib/pipeline/rte_swx_pipeline.c b/lib/pipeline/rte_swx_pipeline.c	(rejected hunks)
@@ -9462,6 +9617,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 +9927,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;
diff a/lib/pipeline/version.map b/lib/pipeline/version.map	(rejected hunks)
@@ -144,4 +144,5 @@ EXPERIMENTAL {
 	#added in 22.07
 	rte_swx_ctl_pipeline_learner_timeout_get;
 	rte_swx_ctl_pipeline_learner_timeout_set;
+	rte_swx_pipeline_hash_func_register;
 };

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-05-20 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 22:49 |WARNING| pw111562-111563 [PATCH] [V5, 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).