Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/115297 _apply patch failure_ Submitter: Cristian Dumitrescu 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