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| pw115297-115302 [PATCH] [V2, 6/6] pipeline: configure the hash function for learner tables
Date: Sat, 20 Aug 2022 07:20:50 -0400 (EDT)	[thread overview]
Message-ID: <20220820112050.2B4B86D509@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Date: Friday, August 19 2022 19:52:25 
Applied on: CommitID:72206323a5dd3182b13f61b25a64abdddfee595c
Apply patch set 115297-115302 failed:

Checking patch lib/pipeline/rte_swx_ctl.c...
Hunk #1 succeeded at 270 (offset -2 lines).
Checking patch lib/pipeline/rte_swx_ctl.h...
Hunk #1 succeeded at 233 (offset -3 lines).
Checking patch lib/pipeline/rte_swx_pipeline.c...
Hunk #1 succeeded at 7751 (offset -115 lines).
Hunk #2 succeeded at 7770 (offset -115 lines).
Hunk #3 succeeded at 7780 (offset -115 lines).
Hunk #4 succeeded at 7798 (offset -115 lines).
Hunk #5 succeeded at 7823 (offset -115 lines).
Hunk #6 succeeded at 7836 (offset -115 lines).
Hunk #7 succeeded at 7845 (offset -115 lines).
Hunk #8 succeeded at 7859 (offset -115 lines).
Hunk #9 succeeded at 7892 (offset -115 lines).
Hunk #10 succeeded at 7910 (offset -115 lines).
Hunk #11 succeeded at 7953 (offset -115 lines).
Hunk #12 succeeded at 7966 (offset -115 lines).
Hunk #13 succeeded at 8059 (offset -115 lines).
Hunk #14 succeeded at 8146 (offset -115 lines).
Hunk #15 succeeded at 10087 (offset -213 lines).
Checking patch lib/pipeline/rte_swx_pipeline.h...
Hunk #1 succeeded at 315 (offset -16 lines).
Hunk #2 succeeded at 666 (offset -16 lines).
Checking patch lib/pipeline/rte_swx_pipeline_internal.h...
Hunk #1 succeeded at 826 (offset -2 lines).
Checking patch lib/pipeline/rte_swx_pipeline_spec.c...
Hunk #1 succeeded at 566 (offset 57 lines).
Hunk #2 succeeded at 613 (offset 57 lines).
Hunk #3 succeeded at 996 (offset 57 lines).
error: while searching for:

		fprintf(f, "\t\t\t.default_action_is_const = %d,\n",
			table_spec->params.default_action_is_const);
		fprintf(f, "\t\t},\n");

		if (table_spec->recommended_table_type_name)

error: patch failed: lib/pipeline/rte_swx_pipeline_spec.c:2419
Checking patch lib/pipeline/rte_swx_pipeline_spec.h...
error: lib/pipeline/rte_swx_pipeline_spec.h: does not exist in index
Applied patch lib/pipeline/rte_swx_ctl.c cleanly.
Applied patch lib/pipeline/rte_swx_ctl.h cleanly.
Applied patch lib/pipeline/rte_swx_pipeline.c cleanly.
Applied patch lib/pipeline/rte_swx_pipeline.h cleanly.
Applied patch lib/pipeline/rte_swx_pipeline_internal.h cleanly.
Applying patch lib/pipeline/rte_swx_pipeline_spec.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
diff a/lib/pipeline/rte_swx_pipeline_spec.c b/lib/pipeline/rte_swx_pipeline_spec.c	(rejected hunks)
@@ -2419,6 +2452,13 @@ pipeline_spec_codegen(FILE *f,
 
 		fprintf(f, "\t\t\t.default_action_is_const = %d,\n",
 			table_spec->params.default_action_is_const);
+
+		if (table_spec->params.hash_func_name)
+			fprintf(f, "\t\t\t.hash_func_name = \"%s\",\n",
+				table_spec->params.hash_func_name);
+		else
+			fprintf(f, "\t\t\t.hash_func_name = NULL,\n");
+
 		fprintf(f, "\t\t},\n");
 
 		if (table_spec->recommended_table_type_name)
Checking patch lib/pipeline/rte_swx_pipeline.c...
error: lib/pipeline/rte_swx_pipeline.c: does not match index
Checking patch lib/pipeline/rte_swx_pipeline.h...
error: lib/pipeline/rte_swx_pipeline.h: does not match index
Checking patch lib/pipeline/rte_swx_pipeline_internal.h...
error: lib/pipeline/rte_swx_pipeline_internal.h: does not match index
Checking patch lib/pipeline/rte_swx_pipeline_spec.c...
error: lib/pipeline/rte_swx_pipeline_spec.c: does not match index
Checking patch lib/pipeline/rte_swx_pipeline_spec.h...
error: lib/pipeline/rte_swx_pipeline_spec.h: does not exist in index

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-08-20 11:20 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=20220820112050.2B4B86D509@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).