automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw131675-131708 [PATCH] [v2, 34/34] ml/cnxk: enable creation of mvtvm virtual device
@ 2023-09-20 10:40 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-09-20 10:40 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Srikanth Yalavarthi <syalavarthi@marvell.com>
Date: Wednesday, September 20 2023 07:25:25 
Applied on: CommitID:31e60e81f025e9fffa69b68bffe5cfaa22d5c098
Apply patch set 131675-131708 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
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...
Hunk #2 succeeded at 445 (offset -18 lines).
Hunk #3 succeeded at 454 (offset -18 lines).
Hunk #4 succeeded at 478 (offset -18 lines).
Hunk #5 succeeded at 490 (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...
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.
Applied patch drivers/ml/cnxk/cn10k_ml_ocm.c cleanly.
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
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/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...
Applied patch drivers/ml/cnxk/mvtvm_ml_ops.c cleanly.
Applied patch drivers/ml/cnxk/mvtvm_ml_ops.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...
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
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/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/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/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
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
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/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
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/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
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_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 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 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
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

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2023-09-20 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20 10:40 |WARNING| pw131675-131708 [PATCH] [v2, 34/34] ml/cnxk: enable creation of mvtvm virtual device 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).