automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw111562-111563 [PATCH] [V5, 2/2] examples/pipeline: support hash functions
Date: Fri, 20 May 2022 18:49:26 -0400 (EDT)	[thread overview]
Message-ID: <20220520224926.713B46D4C2@noxus.dpdklab.iol.unh.edu> (raw)

[-- 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

                 reply	other threads:[~2022-05-20 22:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220520224926.713B46D4C2@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).