|WARNING| pw122971-122976 [PATCH v2 1/8] compress/mlx5: fix decompress xform validation

qemudev at loongson.cn qemudev at loongson.cn
Fri Feb 3 09:52:30 CET 2023


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

_apply patch failure_

Submitter: Michael Baum <michaelba at nvidia.com>
Date: Thu, 2 Feb 2023 18:25:30 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: bc1db4f45af35c87e7d97db7a24d479674aa8a43

Apply patch set 122971-122976 failed:

Checking patch doc/guides/compressdevs/features/mlx5.ini...
Checking patch doc/guides/compressdevs/mlx5.rst...
Checking patch doc/guides/rel_notes/release_23_03.rst...
error: while searching for:
  * Added support for ``RTE_COMP_CHECKSUM_XXHASH32``.
  * Added support for ``lz4`` in test-compress-perf algo options.

* **Allowed test single compress operation in test-compress-perf.**

  Enable the application options for testing only compress and only decompress.

error: patch failed: doc/guides/rel_notes/release_23_03.rst:86
error: doc/guides/rel_notes/release_23_03.rst: patch does not apply
Checking patch drivers/compress/mlx5/mlx5_compress.c...
error: while searching for:

int mlx5_compress_logtype;

static const struct rte_compressdev_capabilities mlx5_caps[] = {
	{
		.algo = RTE_COMP_ALGO_NULL,
		.comp_feature_flags = RTE_COMP_FF_ADLER32_CHECKSUM |
				      RTE_COMP_FF_CRC32_CHECKSUM |
				      RTE_COMP_FF_CRC32_ADLER32_CHECKSUM |
				      RTE_COMP_FF_SHAREABLE_PRIV_XFORM,
	},
	{
		.algo = RTE_COMP_ALGO_DEFLATE,
		.comp_feature_flags = RTE_COMP_FF_ADLER32_CHECKSUM |
				      RTE_COMP_FF_CRC32_CHECKSUM |
				      RTE_COMP_FF_CRC32_ADLER32_CHECKSUM |
				      RTE_COMP_FF_SHAREABLE_PRIV_XFORM |
				      RTE_COMP_FF_HUFFMAN_FIXED |
				      RTE_COMP_FF_HUFFMAN_DYNAMIC,
		.window_size = {.min = 10, .max = 15, .increment = 1},
	},
	RTE_COMP_END_OF_CAPABILITIES_LIST()
};

static void
mlx5_compress_dev_info_get(struct rte_compressdev *dev,
			   struct rte_compressdev_info *info)
{
	RTE_SET_USED(dev);
	if (info != NULL) {
		info->max_nb_queue_pairs = MLX5_COMPRESS_MAX_QPS;
		info->feature_flags = RTE_COMPDEV_FF_HW_ACCELERATED;
		info->capabilities = mlx5_caps;
	}
}


error: patch failed: drivers/compress/mlx5/mlx5_compress.c:70
error: drivers/compress/mlx5/mlx5_compress.c: patch does not apply



More information about the test-report mailing list