|WARNING| pw131675-131708 [PATCH v2 01/34] ml/cnxk: drop support for register polling

qemudev at loongson.cn qemudev at loongson.cn
Wed Sep 20 09:20:48 CEST 2023


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/131675

_apply patch failure_

Submitter: Srikanth Yalavarthi <syalavarthi at marvell.com>
Date: Wed, 20 Sep 2023 00:24:52 -0700
DPDK git baseline: Repo:dpdk
  Branch: main
  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
error: drivers/ml/cnxk/cn10k_ml_ops.c: patch does not apply
Checking patch drivers/ml/cnxk/cn10k_ml_ops.h...



More information about the test-report mailing list