|WARNING| pw117616-117629 [PATCH] [v8, 14/14] baseband/acc: simplify meson dependency

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Oct 7 21:18:43 CEST 2022


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

_apply patch failure_

Submitter: Nicolas Chautru <nicolas.chautru at intel.com>
Date: Friday, October 07 2022 19:03:29 
Applied on: CommitID:e6fde5e04833569efef8f5be6ba12eb64d74b7b6
Apply patch set 117616-117629 failed:

Checking patch app/test-bbdev/test_bbdev_perf.c...
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 #33 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 #35 succeeded at 934 (offset -6 lines).
Hunk #36 succeeded at 947 (offset -6 lines).
Hunk #37 succeeded at 990 (offset -6 lines).
Hunk #38 succeeded at 1013 (offset -6 lines).
Hunk #39 succeeded at 1027 (offset -6 lines).
Hunk #40 succeeded at 1071 (offset -6 lines).
Hunk #41 succeeded at 1132 (offset -6 lines).
Hunk #42 succeeded at 1151 (offset -6 lines).
Hunk #43 succeeded at 1294 (offset -6 lines).
Hunk #44 succeeded at 1308 (offset -6 lines).
Hunk #45 succeeded at 1326 (offset -6 lines).
Hunk #46 succeeded at 1348 (offset -6 lines).
Hunk #47 succeeded at 1359 (offset -6 lines).
Hunk #48 succeeded at 1393 (offset -6 lines).
Hunk #49 succeeded at 1408 (offset -6 lines).
Hunk #50 succeeded at 1420 (offset -6 lines).
Hunk #51 succeeded at 1477 (offset -6 lines).
Hunk #52 succeeded at 1504 (offset -6 lines).
Hunk #53 succeeded at 1528 (offset -6 lines).
Hunk #54 succeeded at 1543 (offset -6 lines).
Hunk #55 succeeded at 1585 (offset -6 lines).
Hunk #56 succeeded at 1603 (offset -6 lines).
Hunk #57 succeeded at 1623 (offset -6 lines).
Hunk #58 succeeded at 1650 (offset -6 lines).
Hunk #59 succeeded at 1686 (offset -6 lines).
Hunk #60 succeeded at 1704 (offset -6 lines).
Hunk #61 succeeded at 1848 (offset -6 lines).
Hunk #62 succeeded at 1904 (offset -6 lines).
Hunk #63 succeeded at 1952 (offset -6 lines).
Hunk #64 succeeded at 1972 (offset -6 lines).
Hunk #65 succeeded at 1983 (offset -6 lines).
Hunk #66 succeeded at 2005 (offset -6 lines).
Hunk #67 succeeded at 2026 (offset -6 lines).
Hunk #68 succeeded at 2068 (offset -6 lines).
Hunk #69 succeeded at 2088 (offset -6 lines).
Hunk #70 succeeded at 2123 (offset -6 lines).
Hunk #71 succeeded at 2145 (offset -6 lines).
Hunk #72 succeeded at 2164 (offset -6 lines).
Hunk #73 succeeded at 2209 (offset -6 lines).
Hunk #74 succeeded at 2347 (offset -6 lines).
Hunk #75 succeeded at 2419 (offset -6 lines).
Hunk #76 succeeded at 2447 (offset -6 lines).
Hunk #77 succeeded at 2494 (offset -6 lines).
Hunk #78 succeeded at 2529 (offset -6 lines).
Hunk #79 succeeded at 2544 (offset -6 lines).
Hunk #80 succeeded at 2572 (offset -6 lines).
Hunk #81 succeeded at 2589 (offset -6 lines).
Hunk #82 succeeded at 2606 (offset -6 lines).
Hunk #83 succeeded at 2675 (offset -6 lines).
Hunk #84 succeeded at 2697 (offset -6 lines).
Hunk #85 succeeded at 2718 (offset -6 lines).
Hunk #86 succeeded at 2764 (offset -6 lines).
Hunk #87 succeeded at 2787 (offset -6 lines).
Hunk #88 succeeded at 2809 (offset -6 lines).
Hunk #89 succeeded at 2864 (offset -6 lines).
Hunk #90 succeeded at 2895 (offset -6 lines).
Hunk #91 succeeded at 2903 (offset -6 lines).
Hunk #92 succeeded at 2919 (offset -6 lines).
Hunk #93 succeeded at 2945 (offset -6 lines).
Hunk #94 succeeded at 2959 (offset -6 lines).
Hunk #95 succeeded at 2980 (offset -6 lines).
Hunk #96 succeeded at 3021 (offset -6 lines).
Hunk #97 succeeded at 3047 (offset -6 lines).
Hunk #98 succeeded at 3056 (offset -6 lines).
Hunk #99 succeeded at 3081 (offset -6 lines).
Hunk #100 succeeded at 3094 (offset -6 lines).
Hunk #101 succeeded at 3130 (offset -6 lines).
Hunk #102 succeeded at 3144 (offset -6 lines).
Hunk #103 succeeded at 3163 (offset -6 lines).
Hunk #104 succeeded at 3190 (offset -6 lines).
Hunk #105 succeeded at 3206 (offset -6 lines).
Hunk #106 succeeded at 3220 (offset -6 lines).
Hunk #107 succeeded at 3241 (offset -6 lines).
Hunk #108 succeeded at 3256 (offset -6 lines).
Hunk #109 succeeded at 3271 (offset -6 lines).
Hunk #110 succeeded at 3285 (offset -6 lines).
Hunk #111 succeeded at 3313 (offset -6 lines).
Hunk #112 succeeded at 3329 (offset -6 lines).
Hunk #113 succeeded at 3342 (offset -6 lines).
Hunk #114 succeeded at 3371 (offset -6 lines).
Hunk #115 succeeded at 3383 (offset -6 lines).
Hunk #116 succeeded at 3396 (offset -6 lines).
Hunk #117 succeeded at 3426 (offset -6 lines).
Hunk #118 succeeded at 3438 (offset -6 lines).
Hunk #119 succeeded at 3452 (offset -6 lines).
Hunk #120 succeeded at 3469 (offset -6 lines).
Hunk #121 succeeded at 3501 (offset -6 lines).
Hunk #122 succeeded at 3518 (offset -6 lines).
Hunk #123 succeeded at 3564 (offset -6 lines).
Hunk #124 succeeded at 3603 (offset -6 lines).
Hunk #125 succeeded at 3648 (offset -6 lines).
Hunk #126 succeeded at 3708 (offset -6 lines).
Hunk #127 succeeded at 3747 (offset -6 lines).
Hunk #128 succeeded at 3771 (offset -6 lines).
Hunk #129 succeeded at 3798 (offset -6 lines).
Hunk #130 succeeded at 3861 (offset -6 lines).
Hunk #131 succeeded at 3882 (offset -6 lines).
Hunk #132 succeeded at 3897 (offset -6 lines).
Hunk #133 succeeded at 3954 (offset -6 lines).
Hunk #134 succeeded at 3965 (offset -6 lines).
Hunk #135 succeeded at 4055 (offset -6 lines).
Hunk #136 succeeded at 4102 (offset -6 lines).
Hunk #137 succeeded at 4117 (offset -6 lines).
Hunk #138 succeeded at 4138 (offset -6 lines).
Hunk #139 succeeded at 4151 (offset -6 lines).
Hunk #140 succeeded at 4163 (offset -6 lines).
Hunk #141 succeeded at 4181 (offset -6 lines).
Hunk #142 succeeded at 4192 (offset -6 lines).
Hunk #143 succeeded at 4213 (offset -6 lines).
Hunk #144 succeeded at 4244 (offset -6 lines).
Hunk #145 succeeded at 4254 (offset -6 lines).
Hunk #146 succeeded at 4262 (offset -6 lines).
Hunk #147 succeeded at 4341 (offset -6 lines).
Hunk #148 succeeded at 4349 (offset -6 lines).
Hunk #149 succeeded at 4360 (offset -6 lines).
Hunk #150 succeeded at 4430 (offset -6 lines).
Hunk #151 succeeded at 4478 (offset -6 lines).
Hunk #152 succeeded at 4493 (offset -6 lines).
Hunk #153 succeeded at 4514 (offset -6 lines).
Hunk #154 succeeded at 4527 (offset -6 lines).
Hunk #155 succeeded at 4539 (offset -6 lines).
Hunk #156 succeeded at 4557 (offset -6 lines).
Hunk #157 succeeded at 4568 (offset -6 lines).
Hunk #158 succeeded at 4589 (offset -6 lines).
Hunk #159 succeeded at 4623 (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_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.
Hunk #31 applied cleanly.
Rejected hunk #32.
Hunk #33 applied cleanly.
Rejected hunk #34.
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.
Hunk #159 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 @@ static void
 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 @@ acc100_dev_info_get(struct rte_bbdev *dev,
 
 	/* 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 MAINTAINERS...
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/acc100/acc100_pf_enum.h => drivers/baseband/acc/acc100_pf_enum.h...
Checking patch drivers/baseband/acc100/acc100_pmd.h => drivers/baseband/acc/acc100_pmd.h...
error: drivers/baseband/acc100/acc100_pmd.h: does not match index
Checking patch drivers/baseband/acc100/acc100_vf_enum.h => drivers/baseband/acc/acc100_vf_enum.h...
Checking patch drivers/baseband/acc100/acc101_pmd.h => drivers/baseband/acc/acc101_pmd.h...
error: drivers/baseband/acc100/acc101_pmd.h: does not match index
Checking patch drivers/baseband/acc100/acc_common.h => drivers/baseband/acc/acc_common.h...
error: drivers/baseband/acc100/acc_common.h: does not exist in index
Checking patch drivers/baseband/acc100/meson.build => drivers/baseband/acc/meson.build...
Checking patch drivers/baseband/acc100/rte_acc100_cfg.h => drivers/baseband/acc/rte_acc100_cfg.h...
error: drivers/baseband/acc100/rte_acc100_cfg.h: does not match index
Checking patch drivers/baseband/acc100/rte_acc100_pmd.c => drivers/baseband/acc/rte_acc100_pmd.c...
error: drivers/baseband/acc100/rte_acc100_pmd.c: does not match index
Checking patch drivers/baseband/acc100/rte_acc_common_cfg.h => drivers/baseband/acc/rte_acc_common_cfg.h...
error: drivers/baseband/acc100/rte_acc_common_cfg.h: does not exist in index
Checking patch drivers/baseband/acc100/version.map => drivers/baseband/acc/version.map...
Checking patch drivers/baseband/meson.build...
Applied patch MAINTAINERS cleanly.
Applied patch app/test-bbdev/meson.build cleanly.
Applied patch drivers/baseband/acc100/acc100_pf_enum.h => drivers/baseband/acc/acc100_pf_enum.h cleanly.
Applied patch drivers/baseband/acc100/acc100_vf_enum.h => drivers/baseband/acc/acc100_vf_enum.h cleanly.
Applied patch drivers/baseband/acc100/meson.build => drivers/baseband/acc/meson.build cleanly.
Applied patch drivers/baseband/acc100/version.map => drivers/baseband/acc/version.map cleanly.
Applied patch drivers/baseband/meson.build cleanly.
Checking patch MAINTAINERS...
error: MAINTAINERS: does not match index
Checking patch doc/guides/bbdevs/acc200.rst...
Checking patch doc/guides/bbdevs/features/acc200.ini...
Checking patch doc/guides/bbdevs/features/default.ini...
Checking patch doc/guides/bbdevs/index.rst...
Checking patch doc/guides/rel_notes/release_22_11.rst...
Hunk #1 succeeded at 143 (offset -9 lines).
Checking patch drivers/baseband/acc/acc200_pmd.h...
Checking patch drivers/baseband/acc/meson.build...
error: drivers/baseband/acc/meson.build: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
Applied patch doc/guides/bbdevs/acc200.rst cleanly.
Applied patch doc/guides/bbdevs/features/acc200.ini cleanly.
Applied patch doc/guides/bbdevs/features/default.ini cleanly.
Applied patch doc/guides/bbdevs/index.rst cleanly.
Applied patch doc/guides/rel_notes/release_22_11.rst cleanly.
Applied patch drivers/baseband/acc/acc200_pmd.h cleanly.
Applied patch drivers/baseband/acc/rte_acc200_pmd.c cleanly.
Checking patch drivers/baseband/acc/acc200_pf_enum.h...
Checking patch drivers/baseband/acc/acc200_pmd.h...
error: drivers/baseband/acc/acc200_pmd.h: does not exist in index
Checking patch drivers/baseband/acc/acc200_vf_enum.h...
Applied patch drivers/baseband/acc/acc200_pf_enum.h cleanly.
Applied patch drivers/baseband/acc/acc200_vf_enum.h cleanly.
Checking patch drivers/baseband/acc/acc200_pmd.h...
error: drivers/baseband/acc/acc200_pmd.h: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
Checking patch drivers/baseband/acc/acc_common.h...
error: drivers/baseband/acc/acc_common.h: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
Checking patch drivers/baseband/acc/acc_common.h...
error: drivers/baseband/acc/acc_common.h: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
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/acc/meson.build...
error: drivers/baseband/acc/meson.build: does not exist in index
Checking patch drivers/baseband/acc/rte_acc200_cfg.h...
Checking patch drivers/baseband/acc/rte_acc200_pmd.c...
error: drivers/baseband/acc/rte_acc200_pmd.c: does not exist in index
Checking patch drivers/baseband/acc/version.map...
error: drivers/baseband/acc/version.map: does not exist in index
Applied patch drivers/baseband/acc/rte_acc200_cfg.h cleanly.
Checking patch drivers/baseband/acc/meson.build...
error: drivers/baseband/acc/meson.build: does not exist in index

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list