Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/116172 _apply patch failure_ Submitter: Nic Chautru Date: Monday, September 12 2022 01:08:58 Applied on: CommitID:4aee6110bb10b0225fa9562f2e48af233a9058a1 Apply patch set 116172-116180 failed: Checking patch app/test-bbdev/test_bbdev_perf.c... Checking patch drivers/baseband/acc100/acc100_pf_enum.h... Checking patch drivers/baseband/acc100/acc100_pmd.h... Checking patch drivers/baseband/acc100/acc101_pmd.h... Checking patch drivers/baseband/acc100/acc_common.h... Checking patch drivers/baseband/acc100/rte_acc100_cfg.h... Checking patch drivers/baseband/acc100/rte_acc100_pmd.c... error: while searching for: acc100_dev_info_get(struct rte_bbdev *dev, struct rte_bbdev_driver_info *dev_info) { struct acc100_device *d = dev->data->dev_private; int i; static const struct rte_bbdev_op_cap bbdev_capabilities[] = { error: patch failed: drivers/baseband/acc100/rte_acc100_pmd.c:966 Hunk #32 succeeded at 892 (offset -1 lines). error: while searching for: /* Expose number of queues */ dev_info->num_queues[RTE_BBDEV_OP_NONE] = 0; dev_info->num_queues[RTE_BBDEV_OP_TURBO_DEC] = d->acc100_conf.q_ul_4g.num_aqs_per_groups * d->acc100_conf.q_ul_4g.num_qgroups; dev_info->num_queues[RTE_BBDEV_OP_TURBO_ENC] = d->acc100_conf.q_dl_4g.num_aqs_per_groups * d->acc100_conf.q_dl_4g.num_qgroups; dev_info->num_queues[RTE_BBDEV_OP_LDPC_DEC] = d->acc100_conf.q_ul_5g.num_aqs_per_groups * d->acc100_conf.q_ul_5g.num_qgroups; dev_info->num_queues[RTE_BBDEV_OP_LDPC_ENC] = d->acc100_conf.q_dl_5g.num_aqs_per_groups * d->acc100_conf.q_dl_5g.num_qgroups; dev_info->queue_priority[RTE_BBDEV_OP_TURBO_DEC] = d->acc100_conf.q_ul_4g.num_qgroups; dev_info->queue_priority[RTE_BBDEV_OP_TURBO_ENC] = d->acc100_conf.q_dl_4g.num_qgroups; dev_info->queue_priority[RTE_BBDEV_OP_LDPC_DEC] = d->acc100_conf.q_ul_5g.num_qgroups; dev_info->queue_priority[RTE_BBDEV_OP_LDPC_ENC] = d->acc100_conf.q_dl_5g.num_qgroups; dev_info->max_num_queues = 0; for (i = RTE_BBDEV_OP_TURBO_DEC; i <= RTE_BBDEV_OP_LDPC_ENC; i++) dev_info->max_num_queues += dev_info->num_queues[i]; dev_info->queue_size_lim = ACC100_MAX_QUEUE_DEPTH; dev_info->hardware_accelerated = true; dev_info->max_dl_queue_priority = d->acc100_conf.q_dl_4g.num_qgroups - 1; dev_info->max_ul_queue_priority = d->acc100_conf.q_ul_4g.num_qgroups - 1; dev_info->default_queue_conf = default_queue_conf; dev_info->cpu_flag_reqs = NULL; dev_info->min_alignment = 64; error: patch failed: drivers/baseband/acc100/rte_acc100_pmd.c:1066 Hunk #34 succeeded at 934 (offset -6 lines). Hunk #35 succeeded at 947 (offset -6 lines). Hunk #36 succeeded at 990 (offset -6 lines). Hunk #37 succeeded at 1013 (offset -6 lines). Hunk #38 succeeded at 1027 (offset -6 lines). Hunk #39 succeeded at 1071 (offset -6 lines). Hunk #40 succeeded at 1132 (offset -6 lines). Hunk #41 succeeded at 1151 (offset -6 lines). Hunk #42 succeeded at 1267 (offset -6 lines). Hunk #43 succeeded at 1278 (offset -6 lines). Hunk #44 succeeded at 1295 (offset -6 lines). Hunk #45 succeeded at 1312 (offset -6 lines). Hunk #46 succeeded at 1327 (offset -6 lines). Hunk #47 succeeded at 1339 (offset -6 lines). Hunk #48 succeeded at 1384 (offset -6 lines). Hunk #49 succeeded at 1398 (offset -6 lines). Hunk #50 succeeded at 1425 (offset -6 lines). Hunk #51 succeeded at 1449 (offset -6 lines). Hunk #52 succeeded at 1464 (offset -6 lines). Hunk #53 succeeded at 1487 (offset -6 lines). Hunk #54 succeeded at 1508 (offset -6 lines). Hunk #55 succeeded at 1526 (offset -6 lines). Hunk #56 succeeded at 1546 (offset -6 lines). Hunk #57 succeeded at 1573 (offset -6 lines). Hunk #58 succeeded at 1609 (offset -6 lines). Hunk #59 succeeded at 1627 (offset -6 lines). Hunk #60 succeeded at 1771 (offset -6 lines). Hunk #61 succeeded at 1827 (offset -6 lines). Hunk #62 succeeded at 1875 (offset -6 lines). Hunk #63 succeeded at 1895 (offset -6 lines). Hunk #64 succeeded at 1906 (offset -6 lines). Hunk #65 succeeded at 1928 (offset -6 lines). Hunk #66 succeeded at 1949 (offset -6 lines). Hunk #67 succeeded at 1991 (offset -6 lines). Hunk #68 succeeded at 2011 (offset -6 lines). Hunk #69 succeeded at 2046 (offset -6 lines). Hunk #70 succeeded at 2068 (offset -6 lines). Hunk #71 succeeded at 2087 (offset -6 lines). Hunk #72 succeeded at 2132 (offset -6 lines). Hunk #73 succeeded at 2270 (offset -6 lines). Hunk #74 succeeded at 2342 (offset -6 lines). Hunk #75 succeeded at 2370 (offset -6 lines). Hunk #76 succeeded at 2417 (offset -6 lines). Hunk #77 succeeded at 2452 (offset -6 lines). Hunk #78 succeeded at 2467 (offset -6 lines). Hunk #79 succeeded at 2495 (offset -6 lines). Hunk #80 succeeded at 2512 (offset -6 lines). Hunk #81 succeeded at 2529 (offset -6 lines). Hunk #82 succeeded at 2598 (offset -6 lines). Hunk #83 succeeded at 2620 (offset -6 lines). Hunk #84 succeeded at 2641 (offset -6 lines). Hunk #85 succeeded at 2687 (offset -6 lines). Hunk #86 succeeded at 2710 (offset -6 lines). Hunk #87 succeeded at 2732 (offset -6 lines). Hunk #88 succeeded at 2787 (offset -6 lines). Hunk #89 succeeded at 2818 (offset -6 lines). Hunk #90 succeeded at 2826 (offset -6 lines). Hunk #91 succeeded at 2842 (offset -6 lines). Hunk #92 succeeded at 2868 (offset -6 lines). Hunk #93 succeeded at 2882 (offset -6 lines). Hunk #94 succeeded at 2903 (offset -6 lines). Hunk #95 succeeded at 2944 (offset -6 lines). Hunk #96 succeeded at 2970 (offset -6 lines). Hunk #97 succeeded at 2979 (offset -6 lines). Hunk #98 succeeded at 3004 (offset -6 lines). Hunk #99 succeeded at 3017 (offset -6 lines). Hunk #100 succeeded at 3053 (offset -6 lines). Hunk #101 succeeded at 3067 (offset -6 lines). Hunk #102 succeeded at 3086 (offset -6 lines). Hunk #103 succeeded at 3113 (offset -6 lines). Hunk #104 succeeded at 3129 (offset -6 lines). Hunk #105 succeeded at 3143 (offset -6 lines). Hunk #106 succeeded at 3164 (offset -6 lines). Hunk #107 succeeded at 3179 (offset -6 lines). Hunk #108 succeeded at 3194 (offset -6 lines). Hunk #109 succeeded at 3208 (offset -6 lines). Hunk #110 succeeded at 3236 (offset -6 lines). Hunk #111 succeeded at 3252 (offset -6 lines). Hunk #112 succeeded at 3265 (offset -6 lines). Hunk #113 succeeded at 3294 (offset -6 lines). Hunk #114 succeeded at 3306 (offset -6 lines). Hunk #115 succeeded at 3319 (offset -6 lines). Hunk #116 succeeded at 3349 (offset -6 lines). Hunk #117 succeeded at 3361 (offset -6 lines). Hunk #118 succeeded at 3375 (offset -6 lines). Hunk #119 succeeded at 3392 (offset -6 lines). Hunk #120 succeeded at 3424 (offset -6 lines). Hunk #121 succeeded at 3441 (offset -6 lines). Hunk #122 succeeded at 3487 (offset -6 lines). Hunk #123 succeeded at 3526 (offset -6 lines). Hunk #124 succeeded at 3571 (offset -6 lines). Hunk #125 succeeded at 3631 (offset -6 lines). Hunk #126 succeeded at 3670 (offset -6 lines). Hunk #127 succeeded at 3694 (offset -6 lines). Hunk #128 succeeded at 3721 (offset -6 lines). Hunk #129 succeeded at 3784 (offset -6 lines). Hunk #130 succeeded at 3805 (offset -6 lines). Hunk #131 succeeded at 3820 (offset -6 lines). Hunk #132 succeeded at 3877 (offset -6 lines). Hunk #133 succeeded at 3888 (offset -6 lines). Hunk #134 succeeded at 3978 (offset -6 lines). Hunk #135 succeeded at 4025 (offset -6 lines). Hunk #136 succeeded at 4040 (offset -6 lines). Hunk #137 succeeded at 4061 (offset -6 lines). Hunk #138 succeeded at 4074 (offset -6 lines). Hunk #139 succeeded at 4086 (offset -6 lines). Hunk #140 succeeded at 4104 (offset -6 lines). Hunk #141 succeeded at 4115 (offset -6 lines). Hunk #142 succeeded at 4136 (offset -6 lines). Hunk #143 succeeded at 4167 (offset -6 lines). Hunk #144 succeeded at 4177 (offset -6 lines). Hunk #145 succeeded at 4185 (offset -6 lines). Hunk #146 succeeded at 4264 (offset -6 lines). Hunk #147 succeeded at 4272 (offset -6 lines). Hunk #148 succeeded at 4283 (offset -6 lines). Hunk #149 succeeded at 4353 (offset -6 lines). Hunk #150 succeeded at 4401 (offset -6 lines). Hunk #151 succeeded at 4416 (offset -6 lines). Hunk #152 succeeded at 4437 (offset -6 lines). Hunk #153 succeeded at 4450 (offset -6 lines). Hunk #154 succeeded at 4462 (offset -6 lines). Hunk #155 succeeded at 4480 (offset -6 lines). Hunk #156 succeeded at 4491 (offset -6 lines). Hunk #157 succeeded at 4512 (offset -6 lines). Hunk #158 succeeded at 4546 (offset -6 lines). Checking patch drivers/baseband/acc100/rte_acc_common_cfg.h... Applied patch app/test-bbdev/test_bbdev_perf.c cleanly. Applied patch drivers/baseband/acc100/acc100_pf_enum.h cleanly. Applied patch drivers/baseband/acc100/acc100_pmd.h cleanly. Applied patch drivers/baseband/acc100/acc101_pmd.h cleanly. Applied patch drivers/baseband/acc100/acc_common.h cleanly. Applied patch drivers/baseband/acc100/rte_acc100_cfg.h cleanly. Applying patch drivers/baseband/acc100/rte_acc100_pmd.c with 2 rejects... Hunk #1 applied cleanly. Hunk #2 applied cleanly. Hunk #3 applied cleanly. Hunk #4 applied cleanly. Hunk #5 applied cleanly. Hunk #6 applied cleanly. Hunk #7 applied cleanly. Hunk #8 applied cleanly. Hunk #9 applied cleanly. Hunk #10 applied cleanly. Hunk #11 applied cleanly. Hunk #12 applied cleanly. Hunk #13 applied cleanly. Hunk #14 applied cleanly. Hunk #15 applied cleanly. Hunk #16 applied cleanly. Hunk #17 applied cleanly. Hunk #18 applied cleanly. Hunk #19 applied cleanly. Hunk #20 applied cleanly. Hunk #21 applied cleanly. Hunk #22 applied cleanly. Hunk #23 applied cleanly. Hunk #24 applied cleanly. Hunk #25 applied cleanly. Hunk #26 applied cleanly. Hunk #27 applied cleanly. Hunk #28 applied cleanly. Hunk #29 applied cleanly. Hunk #30 applied cleanly. Rejected hunk #31. Hunk #32 applied cleanly. Rejected hunk #33. Hunk #34 applied cleanly. Hunk #35 applied cleanly. Hunk #36 applied cleanly. Hunk #37 applied cleanly. Hunk #38 applied cleanly. Hunk #39 applied cleanly. Hunk #40 applied cleanly. Hunk #41 applied cleanly. Hunk #42 applied cleanly. Hunk #43 applied cleanly. Hunk #44 applied cleanly. Hunk #45 applied cleanly. Hunk #46 applied cleanly. Hunk #47 applied cleanly. Hunk #48 applied cleanly. Hunk #49 applied cleanly. Hunk #50 applied cleanly. Hunk #51 applied cleanly. Hunk #52 applied cleanly. Hunk #53 applied cleanly. Hunk #54 applied cleanly. Hunk #55 applied cleanly. Hunk #56 applied cleanly. Hunk #57 applied cleanly. Hunk #58 applied cleanly. Hunk #59 applied cleanly. Hunk #60 applied cleanly. Hunk #61 applied cleanly. Hunk #62 applied cleanly. Hunk #63 applied cleanly. Hunk #64 applied cleanly. Hunk #65 applied cleanly. Hunk #66 applied cleanly. Hunk #67 applied cleanly. Hunk #68 applied cleanly. Hunk #69 applied cleanly. Hunk #70 applied cleanly. Hunk #71 applied cleanly. Hunk #72 applied cleanly. Hunk #73 applied cleanly. Hunk #74 applied cleanly. Hunk #75 applied cleanly. Hunk #76 applied cleanly. Hunk #77 applied cleanly. Hunk #78 applied cleanly. Hunk #79 applied cleanly. Hunk #80 applied cleanly. Hunk #81 applied cleanly. Hunk #82 applied cleanly. Hunk #83 applied cleanly. Hunk #84 applied cleanly. Hunk #85 applied cleanly. Hunk #86 applied cleanly. Hunk #87 applied cleanly. Hunk #88 applied cleanly. Hunk #89 applied cleanly. Hunk #90 applied cleanly. Hunk #91 applied cleanly. Hunk #92 applied cleanly. Hunk #93 applied cleanly. Hunk #94 applied cleanly. Hunk #95 applied cleanly. Hunk #96 applied cleanly. Hunk #97 applied cleanly. Hunk #98 applied cleanly. Hunk #99 applied cleanly. Hunk #100 applied cleanly. Hunk #101 applied cleanly. Hunk #102 applied cleanly. Hunk #103 applied cleanly. Hunk #104 applied cleanly. Hunk #105 applied cleanly. Hunk #106 applied cleanly. Hunk #107 applied cleanly. Hunk #108 applied cleanly. Hunk #109 applied cleanly. Hunk #110 applied cleanly. Hunk #111 applied cleanly. Hunk #112 applied cleanly. Hunk #113 applied cleanly. Hunk #114 applied cleanly. Hunk #115 applied cleanly. Hunk #116 applied cleanly. Hunk #117 applied cleanly. Hunk #118 applied cleanly. Hunk #119 applied cleanly. Hunk #120 applied cleanly. Hunk #121 applied cleanly. Hunk #122 applied cleanly. Hunk #123 applied cleanly. Hunk #124 applied cleanly. Hunk #125 applied cleanly. Hunk #126 applied cleanly. Hunk #127 applied cleanly. Hunk #128 applied cleanly. Hunk #129 applied cleanly. Hunk #130 applied cleanly. Hunk #131 applied cleanly. Hunk #132 applied cleanly. Hunk #133 applied cleanly. Hunk #134 applied cleanly. Hunk #135 applied cleanly. Hunk #136 applied cleanly. Hunk #137 applied cleanly. Hunk #138 applied cleanly. Hunk #139 applied cleanly. Hunk #140 applied cleanly. Hunk #141 applied cleanly. Hunk #142 applied cleanly. Hunk #143 applied cleanly. Hunk #144 applied cleanly. Hunk #145 applied cleanly. Hunk #146 applied cleanly. Hunk #147 applied cleanly. Hunk #148 applied cleanly. Hunk #149 applied cleanly. Hunk #150 applied cleanly. Hunk #151 applied cleanly. Hunk #152 applied cleanly. Hunk #153 applied cleanly. Hunk #154 applied cleanly. Hunk #155 applied cleanly. Hunk #156 applied cleanly. Hunk #157 applied cleanly. Hunk #158 applied cleanly. Applied patch drivers/baseband/acc100/rte_acc_common_cfg.h cleanly. diff a/drivers/baseband/acc100/rte_acc100_pmd.c b/drivers/baseband/acc100/rte_acc100_pmd.c (rejected hunks) @@ -966,7 +803,7 @@ acc100_dev_info_get(struct rte_bbdev *dev, struct rte_bbdev_driver_info *dev_info) { - struct acc100_device *d = dev->data->dev_private; + struct acc_device *d = dev->data->dev_private; int i; static const struct rte_bbdev_op_cap bbdev_capabilities[] = { @@ -1066,27 +903,27 @@ /* Expose number of queues */ dev_info->num_queues[RTE_BBDEV_OP_NONE] = 0; - dev_info->num_queues[RTE_BBDEV_OP_TURBO_DEC] = d->acc100_conf.q_ul_4g.num_aqs_per_groups * - d->acc100_conf.q_ul_4g.num_qgroups; - dev_info->num_queues[RTE_BBDEV_OP_TURBO_ENC] = d->acc100_conf.q_dl_4g.num_aqs_per_groups * - d->acc100_conf.q_dl_4g.num_qgroups; - dev_info->num_queues[RTE_BBDEV_OP_LDPC_DEC] = d->acc100_conf.q_ul_5g.num_aqs_per_groups * - d->acc100_conf.q_ul_5g.num_qgroups; - dev_info->num_queues[RTE_BBDEV_OP_LDPC_ENC] = d->acc100_conf.q_dl_5g.num_aqs_per_groups * - d->acc100_conf.q_dl_5g.num_qgroups; - dev_info->queue_priority[RTE_BBDEV_OP_TURBO_DEC] = d->acc100_conf.q_ul_4g.num_qgroups; - dev_info->queue_priority[RTE_BBDEV_OP_TURBO_ENC] = d->acc100_conf.q_dl_4g.num_qgroups; - dev_info->queue_priority[RTE_BBDEV_OP_LDPC_DEC] = d->acc100_conf.q_ul_5g.num_qgroups; - dev_info->queue_priority[RTE_BBDEV_OP_LDPC_ENC] = d->acc100_conf.q_dl_5g.num_qgroups; + dev_info->num_queues[RTE_BBDEV_OP_TURBO_DEC] = d->acc_conf.q_ul_4g.num_aqs_per_groups * + d->acc_conf.q_ul_4g.num_qgroups; + dev_info->num_queues[RTE_BBDEV_OP_TURBO_ENC] = d->acc_conf.q_dl_4g.num_aqs_per_groups * + d->acc_conf.q_dl_4g.num_qgroups; + dev_info->num_queues[RTE_BBDEV_OP_LDPC_DEC] = d->acc_conf.q_ul_5g.num_aqs_per_groups * + d->acc_conf.q_ul_5g.num_qgroups; + dev_info->num_queues[RTE_BBDEV_OP_LDPC_ENC] = d->acc_conf.q_dl_5g.num_aqs_per_groups * + d->acc_conf.q_dl_5g.num_qgroups; + dev_info->queue_priority[RTE_BBDEV_OP_TURBO_DEC] = d->acc_conf.q_ul_4g.num_qgroups; + dev_info->queue_priority[RTE_BBDEV_OP_TURBO_ENC] = d->acc_conf.q_dl_4g.num_qgroups; + dev_info->queue_priority[RTE_BBDEV_OP_LDPC_DEC] = d->acc_conf.q_ul_5g.num_qgroups; + dev_info->queue_priority[RTE_BBDEV_OP_LDPC_ENC] = d->acc_conf.q_dl_5g.num_qgroups; dev_info->max_num_queues = 0; for (i = RTE_BBDEV_OP_TURBO_DEC; i <= RTE_BBDEV_OP_LDPC_ENC; i++) dev_info->max_num_queues += dev_info->num_queues[i]; - dev_info->queue_size_lim = ACC100_MAX_QUEUE_DEPTH; + dev_info->queue_size_lim = ACC_MAX_QUEUE_DEPTH; dev_info->hardware_accelerated = true; dev_info->max_dl_queue_priority = - d->acc100_conf.q_dl_4g.num_qgroups - 1; + d->acc_conf.q_dl_4g.num_qgroups - 1; dev_info->max_ul_queue_priority = - d->acc100_conf.q_ul_4g.num_qgroups - 1; + d->acc_conf.q_ul_4g.num_qgroups - 1; dev_info->default_queue_conf = default_queue_conf; dev_info->cpu_flag_reqs = NULL; dev_info->min_alignment = 64; Checking patch app/test-bbdev/meson.build... Checking patch app/test-bbdev/test_bbdev_perf.c... error: app/test-bbdev/test_bbdev_perf.c: does not match index Checking patch drivers/baseband/acc200/meson.build... Checking patch drivers/baseband/acc200/rte_acc200_cfg.h... Checking patch drivers/baseband/acc200/rte_acc200_pmd.c... Checking patch drivers/baseband/acc200/version.map... Applied patch app/test-bbdev/meson.build cleanly. Applied patch drivers/baseband/acc200/meson.build cleanly. Applied patch drivers/baseband/acc200/rte_acc200_cfg.h cleanly. Applied patch drivers/baseband/acc200/rte_acc200_pmd.c cleanly. Applied patch drivers/baseband/acc200/version.map cleanly. https://lab.dpdk.org/results/dashboard/patchsets/23472/ UNH-IOL DPDK Community Lab