Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/110609 _apply patch failure_ Submitter: Cristian Dumitrescu Date: Wednesday, May 04 2022 11:23:43 Applied on: CommitID:90bf3f89ed33f78e9f41818caf123e13e508dee7 Apply patch set 110609-110610 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 -475 lines). Hunk #13 succeeded at 10752 (offset -529 lines). Hunk #14 succeeded at 11285 (offset -563 lines). Hunk #15 succeeded at 11504 (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 +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; https://lab.dpdk.org/results/dashboard/patchsets/21993/ UNH-IOL DPDK Community Lab