automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw132033-132067 [PATCH] [v3, 35/35] ml/cnxk: update release notes for 23.11
@ 2023-09-28  3:01 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-09-28  3:01 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Srikanth Yalavarthi <syalavarthi@marvell.com>
Date: Wednesday, September 27 2023 18:30:48 
Applied on: CommitID:26b54a0a4b567df18b0f7bedf4b5a6fd86400348
Apply patch set 132033-132067 failed:

Checking patch doc/guides/mldevs/cnxk.rst...
Checking patch drivers/ml/cnxk/cn10k_ml_dev.c...
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
Hunk #1 succeeded at 387 (offset -3 lines).
Hunk #2 succeeded at 519 (offset -3 lines).
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: while searching for:
	else
		dev_info->max_queue_pairs = ML_CN10K_MAX_QP_PER_DEVICE_LF;

	if (strcmp(mldev->fw.poll_mem, "register") == 0)
		dev_info->max_desc = ML_CN10K_MAX_DESC_PER_QP / dev_info->max_queue_pairs;
	else if (strcmp(mldev->fw.poll_mem, "ddr") == 0)
		dev_info->max_desc = ML_CN10K_MAX_DESC_PER_QP;

	dev_info->max_io = ML_CN10K_MAX_INPUT_OUTPUT;
	dev_info->max_segments = ML_CN10K_MAX_SEGMENTS;
	dev_info->align_size = ML_CN10K_ALIGN_SIZE;

error: patch failed: drivers/ml/cnxk/cn10k_ml_ops.c:933
Hunk #5 succeeded at 1039 (offset -11 lines).
Hunk #6 succeeded at 2358 (offset 51 lines).
Hunk #7 succeeded at 2412 (offset 51 lines).
Hunk #8 succeeded at 2420 (offset 51 lines).
Hunk #9 succeeded at 2481 (offset 51 lines).
Hunk #10 succeeded at 2508 (offset 51 lines).
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
Applied patch doc/guides/mldevs/cnxk.rst cleanly.
Applied patch drivers/ml/cnxk/cn10k_ml_dev.c cleanly.
Applied patch drivers/ml/cnxk/cn10k_ml_dev.h cleanly.
Applying patch drivers/ml/cnxk/cn10k_ml_ops.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Applied patch drivers/ml/cnxk/cn10k_ml_ops.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/ml/cnxk/cn10k_ml_ops.c b/drivers/ml/cnxk/cn10k_ml_ops.c	(rejected hunks)
@@ -933,11 +869,7 @@ cn10k_ml_dev_info_get(struct rte_ml_dev *dev, struct rte_ml_dev_info *dev_info)
 	else
 		dev_info->max_queue_pairs = ML_CN10K_MAX_QP_PER_DEVICE_LF;
 
-	if (strcmp(mldev->fw.poll_mem, "register") == 0)
-		dev_info->max_desc = ML_CN10K_MAX_DESC_PER_QP / dev_info->max_queue_pairs;
-	else if (strcmp(mldev->fw.poll_mem, "ddr") == 0)
-		dev_info->max_desc = ML_CN10K_MAX_DESC_PER_QP;
-
+	dev_info->max_desc = ML_CN10K_MAX_DESC_PER_QP;
 	dev_info->max_io = ML_CN10K_MAX_INPUT_OUTPUT;
 	dev_info->max_segments = ML_CN10K_MAX_SEGMENTS;
 	dev_info->align_size = ML_CN10K_ALIGN_SIZE;
Checking patch drivers/ml/cnxk/cn10k_ml_dev.c...
error: drivers/ml/cnxk/cn10k_ml_dev.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.c...
Hunk #2 succeeded at 444 (offset -18 lines).
Hunk #3 succeeded at 453 (offset -18 lines).
Hunk #4 succeeded at 477 (offset -18 lines).
Hunk #5 succeeded at 489 (offset -18 lines).
Checking patch drivers/ml/cnxk/cn10k_ml_model.h...
Hunk #2 succeeded at 479 (offset -12 lines).
Hunk #3 succeeded at 527 (offset -12 lines).
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.c...
error: while searching for:
		cn10k_ml_ocm_pagemask_to_str(&ocm->tile_ocm_info[tile_id], ocm->mask_words, str);

		wb_pages = 0 - ocm->tile_ocm_info[tile_id].scratch_pages;
		for (word_id = 0; word_id < mldev->ocm.mask_words; word_id++)
			wb_pages +=
				rte_popcount32(ocm->tile_ocm_info[tile_id].ocm_mask[word_id]);

		fprintf(fp,
			"tile = %2u, scratch_pages = %4u,"

error: patch failed: drivers/ml/cnxk/cn10k_ml_ocm.c:492
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.c...
Checking patch drivers/ml/cnxk/cnxk_ml_dev.h...
Checking patch drivers/ml/cnxk/meson.build...
Applied patch drivers/ml/cnxk/cn10k_ml_model.c cleanly.
Applied patch drivers/ml/cnxk/cn10k_ml_model.h cleanly.
Applying patch drivers/ml/cnxk/cn10k_ml_ocm.c 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.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Rejected hunk #11.
Applied patch drivers/ml/cnxk/cnxk_ml_dev.c cleanly.
Applied patch drivers/ml/cnxk/cnxk_ml_dev.h cleanly.
Applied patch drivers/ml/cnxk/meson.build cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/ml/cnxk/cn10k_ml_ocm.c b/drivers/ml/cnxk/cn10k_ml_ocm.c	(rejected hunks)
@@ -492,9 +501,8 @@ cn10k_ml_ocm_print(struct rte_ml_dev *dev, FILE *fp)
 		cn10k_ml_ocm_pagemask_to_str(&ocm->tile_ocm_info[tile_id], ocm->mask_words, str);
 
 		wb_pages = 0 - ocm->tile_ocm_info[tile_id].scratch_pages;
-		for (word_id = 0; word_id < mldev->ocm.mask_words; word_id++)
-			wb_pages +=
-				rte_popcount32(ocm->tile_ocm_info[tile_id].ocm_mask[word_id]);
+		for (word_id = 0; word_id < ocm->mask_words; word_id++)
+			wb_pages += rte_popcount32(ocm->tile_ocm_info[tile_id].ocm_mask[word_id]);
 
 		fprintf(fp,
 			"tile = %2u, scratch_pages = %4u,"
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.c...
error: drivers/ml/cnxk/cn10k_ml_model.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.h...
error: drivers/ml/cnxk/cn10k_ml_model.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.c...
error: drivers/ml/cnxk/cn10k_ml_ocm.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.h...
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_io.h...
Checking patch drivers/ml/cnxk/cnxk_ml_model.c...
Checking patch drivers/ml/cnxk/cnxk_ml_model.h...
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Applied patch drivers/ml/cnxk/cn10k_ml_ocm.h cleanly.
Applied patch drivers/ml/cnxk/cnxk_ml_io.h cleanly.
Applied patch drivers/ml/cnxk/cnxk_ml_model.c cleanly.
Applied patch drivers/ml/cnxk/cnxk_ml_model.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_dev.c...
error: drivers/ml/cnxk/cn10k_ml_dev.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.c...
error: drivers/ml/cnxk/cn10k_ml_model.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.h...
error: drivers/ml/cnxk/cn10k_ml_model.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Applied patch drivers/ml/cnxk/cnxk_ml_ops.c cleanly.
Applied patch drivers/ml/cnxk/cnxk_ml_ops.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.h...
error: drivers/ml/cnxk/cn10k_ml_model.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_xstats.h...
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Applied patch drivers/ml/cnxk/cnxk_ml_xstats.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_dev.c...
error: drivers/ml/cnxk/cn10k_ml_dev.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.h...
error: drivers/ml/cnxk/cnxk_ml_dev.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_model.c...
error: drivers/ml/cnxk/cn10k_ml_model.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.h...
error: drivers/ml/cnxk/cn10k_ml_model.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.h...
error: drivers/ml/cnxk/cnxk_ml_dev.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.c...
error: drivers/ml/cnxk/cn10k_ml_ocm.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.h...
error: drivers/ml/cnxk/cn10k_ml_ocm.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_io.c...
Checking patch drivers/ml/cnxk/cnxk_ml_io.h...
error: drivers/ml/cnxk/cnxk_ml_io.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Applied patch drivers/ml/cnxk/cnxk_ml_io.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_model.c...
error: drivers/ml/cnxk/cn10k_ml_model.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.h...
error: drivers/ml/cnxk/cn10k_ml_model.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.c...
error: drivers/ml/cnxk/cn10k_ml_ocm.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.h...
error: drivers/ml/cnxk/cn10k_ml_ocm.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_model.c...
error: drivers/ml/cnxk/cnxk_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_model.h...
error: drivers/ml/cnxk/cnxk_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_utils.c...
Checking patch drivers/ml/cnxk/cnxk_ml_utils.h...
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Applied patch drivers/ml/cnxk/cnxk_ml_utils.c cleanly.
Applied patch drivers/ml/cnxk/cnxk_ml_utils.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.h...
error: drivers/ml/cnxk/cnxk_ml_dev.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_xstats.h...
error: drivers/ml/cnxk/cnxk_ml_xstats.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_model.h...
error: drivers/ml/cnxk/cnxk_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.c...
error: drivers/ml/cnxk/cnxk_ml_dev.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.h...
error: drivers/ml/cnxk/cnxk_ml_dev.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
Applied patch drivers/ml/cnxk/mvtvm_ml_ops.c cleanly.
Applied patch drivers/ml/cnxk/mvtvm_ml_ops.h cleanly.
Applied patch drivers/ml/cnxk/mvtvm_ml_stubs.c cleanly.
Applied patch drivers/ml/cnxk/mvtvm_ml_stubs.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ocm.c...
error: drivers/ml/cnxk/cn10k_ml_ocm.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_model.h...
error: drivers/ml/cnxk/cnxk_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
Applied patch drivers/ml/cnxk/mvtvm_ml_model.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cnxk_ml_model.c...
error: drivers/ml/cnxk/cnxk_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_model.h...
error: drivers/ml/cnxk/cnxk_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.c...
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
Applied patch drivers/ml/cnxk/mvtvm_ml_model.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.c...
error: drivers/ml/cnxk/mvtvm_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
error: drivers/ml/cnxk/mvtvm_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_model.c...
error: drivers/ml/cnxk/cn10k_ml_model.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_model.h...
error: drivers/ml/cnxk/cn10k_ml_model.h: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.c...
error: drivers/ml/cnxk/mvtvm_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.c...
error: drivers/ml/cnxk/mvtvm_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
error: drivers/ml/cnxk/mvtvm_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
error: drivers/ml/cnxk/mvtvm_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/mvtvm_ml_model.c...
error: drivers/ml/cnxk/mvtvm_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cnxk_ml_model.c...
error: drivers/ml/cnxk/cnxk_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.c...
error: drivers/ml/cnxk/mvtvm_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_xstats.h...
error: drivers/ml/cnxk/cnxk_ml_xstats.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
error: drivers/ml/cnxk/mvtvm_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...
error: drivers/ml/cnxk/cn10k_ml_ops.h: does not match index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
error: drivers/ml/cnxk/mvtvm_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/ml/cnxk/cn10k_ml_ops.c...
error: drivers/ml/cnxk/cn10k_ml_ops.c: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_io.h...
error: drivers/ml/cnxk/cnxk_ml_io.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.h...
error: drivers/ml/cnxk/cnxk_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.c...
error: drivers/ml/cnxk/mvtvm_ml_model.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_model.h...
error: drivers/ml/cnxk/mvtvm_ml_model.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
error: drivers/ml/cnxk/mvtvm_ml_ops.h: does not exist in index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch doc/guides/mldevs/cnxk.rst...
error: doc/guides/mldevs/cnxk.rst: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_dev.c...
error: drivers/ml/cnxk/cn10k_ml_dev.c: does not match index
Checking patch drivers/ml/cnxk/cn10k_ml_dev.h...
error: drivers/ml/cnxk/cn10k_ml_dev.h: does not match index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.c...
error: drivers/ml/cnxk/cnxk_ml_dev.c: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_dev.h...
error: drivers/ml/cnxk/cnxk_ml_dev.h: does not exist in index
Checking patch drivers/ml/cnxk/cnxk_ml_ops.c...
error: drivers/ml/cnxk/cnxk_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/meson.build...
error: drivers/ml/cnxk/meson.build: does not match index
Checking patch drivers/ml/cnxk/mvtvm_ml_dev.c...
Checking patch drivers/ml/cnxk/mvtvm_ml_dev.h...
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.c...
error: drivers/ml/cnxk/mvtvm_ml_ops.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_ops.h...
error: drivers/ml/cnxk/mvtvm_ml_ops.h: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.c...
error: drivers/ml/cnxk/mvtvm_ml_stubs.c: does not exist in index
Checking patch drivers/ml/cnxk/mvtvm_ml_stubs.h...
error: drivers/ml/cnxk/mvtvm_ml_stubs.h: does not exist in index
Applied patch drivers/ml/cnxk/mvtvm_ml_dev.c cleanly.
Applied patch drivers/ml/cnxk/mvtvm_ml_dev.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch doc/guides/mldevs/cnxk.rst...
error: doc/guides/mldevs/cnxk.rst: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch doc/guides/rel_notes/release_23_11.rst...
error: while searching for:

     Added support in mldev library for models with multiple inputs and outputs.


.. This section should contain new features added in this release.
   Sample format:

error: patch failed: doc/guides/rel_notes/release_23_11.rst:45
Applying patch doc/guides/rel_notes/release_23_11.rst with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst	(rejected hunks)
@@ -45,6 +45,10 @@ New Features
 
      Added support in mldev library for models with multiple inputs and outputs.
 
+   * **Added support for Marvell TVM models in ML CNXK driver.**
+
+     Added support models compiled using TVM framework in ML CNXK driver.
+
 
 .. This section should contain new features added in this release.
    Sample format:

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-28  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-28  3:01 |WARNING| pw132033-132067 [PATCH] [v3, 35/35] ml/cnxk: update release notes for 23.11 dpdklab

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).