* |WARNING| pw143024-143023 [PATCH 1/4] [v1, 1/4] zsda: Introduce zsda device drivers
[not found] <20240808085030.1685755-1-li.hanxiao@zte.com.cn>
@ 2024-08-08 8:38 ` qemudev
2024-08-08 9:03 ` |WARNING| pw143024 " checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-08-08 8:38 UTC (permalink / raw)
To: test-report; +Cc: Hanxiao Li, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/143024
_apply patch failure_
Submitter: Hanxiao Li <li.hanxiao@zte.com.cn>
Date: Thu, 8 Aug 2024 16:50:11 +0800
DPDK git baseline: Repo:dpdk-next-crypto
Branch: for-main
CommitID: b3485f4293997d35b6daecc3437bb0c183a51fb3
Apply patch set 143024-143023 failed:
Checking patch MAINTAINERS...
Hunk #1 succeeded at 1268 (offset 63 lines).
Checking patch config/rte_config.h...
Hunk #1 succeeded at 117 (offset 12 lines).
Checking patch drivers/common/zsda/meson.build...
Checking patch drivers/common/zsda/zsda_common.c...
Checking patch drivers/common/zsda/zsda_common.h...
Checking patch drivers/common/zsda/zsda_logs.c...
Checking patch drivers/common/zsda/zsda_logs.h...
Checking patch drivers/meson.build...
error: while searching for:
'common/mlx5', # depends on bus.
'common/qat', # depends on bus.
'common/sfc_efx', # depends on bus.
'mempool', # depends on common and bus.
'dma', # depends on common and bus.
'net', # depends on common, bus, mempool
error: patch failed: drivers/meson.build:11
error: drivers/meson.build: patch does not apply
Checking patch usertools/dpdk-devbind.py...
error: while searching for:
virtio_blk = {'Class': '01', 'Vendor': "1af4", 'Device': '1001,1042',
'SVendor': None, 'SDevice': None}
network_devices = [network_class, cavium_pkx, avp_vnic, ifpga_class]
baseband_devices = [acceleration_class]
crypto_devices = [encryption_class, intel_processor_class]
error: patch failed: usertools/dpdk-devbind.py:75
error: usertools/dpdk-devbind.py: patch does not apply
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw143024 [PATCH 1/4] [v1, 1/4] zsda: Introduce zsda device drivers
[not found] <20240808085030.1685755-1-li.hanxiao@zte.com.cn>
2024-08-08 8:38 ` |WARNING| pw143024-143023 [PATCH 1/4] [v1, 1/4] zsda: Introduce zsda device drivers qemudev
@ 2024-08-08 9:03 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-08-08 9:03 UTC (permalink / raw)
To: test-report; +Cc: Hanxiao Li
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/143024
_coding style issues_
WARNING:TYPO_SPELLING: 'BTYE' may be misspelled - perhaps 'BYTE'?
#396: FILE: drivers/common/zsda/zsda_common.h:78:
+#define ZSDA_64_BTYE_ALIGN_MASK (~0x3f)
ERROR:C99_COMMENTS: do not use C99 // comments
#426: FILE: drivers/common/zsda/zsda_common.h:108:
+#define ZSDA_OPC_COMP_GZIP 0x10 // Encomp deflate-Gzip
ERROR:C99_COMMENTS: do not use C99 // comments
#427: FILE: drivers/common/zsda/zsda_common.h:109:
+#define ZSDA_OPC_COMP_ZLIB 0x11 // Encomp deflate-Zlib
ERROR:C99_COMMENTS: do not use C99 // comments
#428: FILE: drivers/common/zsda/zsda_common.h:110:
+#define ZSDA_OPC_DECOMP_GZIP 0x18 // Decompinfalte-Gzip
ERROR:C99_COMMENTS: do not use C99 // comments
#429: FILE: drivers/common/zsda/zsda_common.h:111:
+#define ZSDA_OPC_DECOMP_ZLIB 0x19 // Decompinfalte-Zlib
WARNING:TYPO_SPELLING: 'elment' may be misspelled - perhaps 'element'?
#452: FILE: drivers/common/zsda/zsda_common.h:134:
+enum sgl_elment_type_wqe {
WARNING:TYPO_SPELLING: 'elment' may be misspelled - perhaps 'element'?
#459: FILE: drivers/common/zsda/zsda_common.h:141:
+enum sgl_elment_type {
ERROR:C99_COMMENTS: do not use C99 // comments
#467: FILE: drivers/common/zsda/zsda_common.h:149:
+ // Version information
ERROR:C99_COMMENTS: do not use C99 // comments
#470: FILE: drivers/common/zsda/zsda_common.h:152:
+ // algo type
ERROR:C99_COMMENTS: do not use C99 // comments
#473: FILE: drivers/common/zsda/zsda_common.h:155:
+ // get cycle
ERROR:C99_COMMENTS: do not use C99 // comments
#476: FILE: drivers/common/zsda/zsda_common.h:158:
+ // set cyclr
ERROR:C99_COMMENTS: do not use C99 // comments
#482: FILE: drivers/common/zsda/zsda_common.h:164:
+ // set close flr register
ERROR:C99_COMMENTS: do not use C99 // comments
#579: FILE: drivers/common/zsda/zsda_common.h:261:
+ uint8_t valid; // cqe_cycle
total: 10 errors, 3 warnings, 602 lines checked
Warning in drivers/common/zsda/zsda_logs.h:
Do not use variadic argument pack in macros
Warning in drivers/common/zsda/zsda_logs.c:
Using RTE_LOG_REGISTER, prefer RTE_LOG_REGISTER_(DEFAULT|SUFFIX)
Please use __rte_cache_aligned only for struct or union types alignment.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-08 9:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20240808085030.1685755-1-li.hanxiao@zte.com.cn>
2024-08-08 8:38 ` |WARNING| pw143024-143023 [PATCH 1/4] [v1, 1/4] zsda: Introduce zsda device drivers qemudev
2024-08-08 9:03 ` |WARNING| pw143024 " checkpatch
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).