* |SUCCESS| pw122971 [PATCH v2 1/8] compress/mlx5: fix decompress xform validation
[not found] <20230202162537.1067595-2-michaelba@nvidia.com>
@ 2023-02-02 16:27 ` checkpatch
2023-02-03 8:52 ` |WARNING| pw122971-122976 " qemudev
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-02-02 16:27 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/122971
_coding style OK_
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw122971-122976 [PATCH v2 1/8] compress/mlx5: fix decompress xform validation
[not found] <20230202162537.1067595-2-michaelba@nvidia.com>
2023-02-02 16:27 ` |SUCCESS| pw122971 [PATCH v2 1/8] compress/mlx5: fix decompress xform validation checkpatch
@ 2023-02-03 8:52 ` qemudev
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-02-03 8:52 UTC (permalink / raw)
To: test-report; +Cc: Michael Baum, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/122971
_apply patch failure_
Submitter: Michael Baum <michaelba@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-03 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230202162537.1067595-2-michaelba@nvidia.com>
2023-02-02 16:27 ` |SUCCESS| pw122971 [PATCH v2 1/8] compress/mlx5: fix decompress xform validation checkpatch
2023-02-03 8:52 ` |WARNING| pw122971-122976 " qemudev
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).