automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw131675-131708 [PATCH] [v2, 34/34] ml/cnxk: enable creation of mvtvm virtual device
Date: Wed, 20 Sep 2023 03:40:51 -0700 (PDT)	[thread overview]
Message-ID: <650acc33.050a0220.5f26e.97ccSMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

                 reply	other threads:[~2023-09-20 10:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=650acc33.050a0220.5f26e.97ccSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).