* |WARNING| pw145965-145966 [PATCH v12 1/7] eal: add static per-lcore memory allocation facility [not found] <20241015065505.823840-2-mattias.ronnblom@ericsson.com> @ 2024-10-15 6:57 ` qemudev 2024-10-15 7:05 ` |WARNING| pw145965 " checkpatch 1 sibling, 0 replies; 2+ messages in thread From: qemudev @ 2024-10-15 6:57 UTC (permalink / raw) To: test-report; +Cc: mattias.ronnblom, zhoumin Test-Label: loongarch-compilation Test-Status: WARNING http://dpdk.org/patch/145965 _apply patch failure_ Submitter: Mattias Rönnblom <mattias.ronnblom@ericsson.com> Date: Tue, 15 Oct 2024 08:54:59 +0200 DPDK git baseline: Repo:dpdk Branch: main CommitID: d8381a8f54cdc789c4260efefb5a17b9612f417e Apply patch set 145965-145966 failed: Checking patch MAINTAINERS... Hunk #1 succeeded at 289 (offset 7 lines). Checking patch config/rte_config.h... Checking patch doc/api/doxy-api-index.md... Checking patch doc/guides/prog_guide/env_abstraction_layer.rst... Checking patch doc/guides/rel_notes/release_24_11.rst... error: while searching for: * Added independent enqueue feature. Removed Items ------------- error: patch failed: doc/guides/rel_notes/release_24_11.rst:113 error: doc/guides/rel_notes/release_24_11.rst: patch does not apply Checking patch lib/eal/common/eal_common_lcore_var.c... Checking patch lib/eal/common/eal_lcore_var.h... Checking patch lib/eal/common/meson.build... Checking patch lib/eal/freebsd/eal.c... Checking patch lib/eal/include/meson.build... Hunk #1 succeeded at 28 (offset 1 line). Checking patch lib/eal/include/rte_lcore_var.h... Checking patch lib/eal/linux/eal.c... Hunk #2 succeeded at 1372 (offset -16 lines). Checking patch lib/eal/version.map... error: while searching for: # added in 24.03 rte_vfio_get_device_info; # WINDOWS_NO_EXPORT }; INTERNAL { error: patch failed: lib/eal/version.map:396 error: lib/eal/version.map: patch does not apply ^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw145965 [PATCH v12 1/7] eal: add static per-lcore memory allocation facility [not found] <20241015065505.823840-2-mattias.ronnblom@ericsson.com> 2024-10-15 6:57 ` |WARNING| pw145965-145966 [PATCH v12 1/7] eal: add static per-lcore memory allocation facility qemudev @ 2024-10-15 7:05 ` checkpatch 1 sibling, 0 replies; 2+ messages in thread From: checkpatch @ 2024-10-15 7:05 UTC (permalink / raw) To: test-report; +Cc: Mattias Rönnblom Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/145965 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #842: FILE: lib/eal/include/rte_lcore_var.h:222: +#define RTE_LCORE_VAR_HANDLE_TYPE(type) \ + type * ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #857: FILE: lib/eal/include/rte_lcore_var.h:237: +#define RTE_LCORE_VAR_HANDLE(type, name) \ + RTE_LCORE_VAR_HANDLE_TYPE(type) name ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #865: FILE: lib/eal/include/rte_lcore_var.h:245: +#define RTE_LCORE_VAR_ALLOC_SIZE_ALIGN(handle, size, align) \ + handle = rte_lcore_var_alloc(size, align) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #893: FILE: lib/eal/include/rte_lcore_var.h:273: +#define RTE_LCORE_VAR_INIT_SIZE_ALIGN(name, size, align) \ + RTE_INIT(rte_lcore_var_init_ ## name) \ + { \ + RTE_LCORE_VAR_ALLOC_SIZE_ALIGN(name, size, align); \ + } ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #913: FILE: lib/eal/include/rte_lcore_var.h:293: +#define RTE_LCORE_VAR_INIT(name) \ + RTE_INIT(rte_lcore_var_init_ ## name) \ + { \ + RTE_LCORE_VAR_ALLOC(name); \ + } total: 5 errors, 0 warnings, 686 lines checked 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-10-15 7:26 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <20241015065505.823840-2-mattias.ronnblom@ericsson.com> 2024-10-15 6:57 ` |WARNING| pw145965-145966 [PATCH v12 1/7] eal: add static per-lcore memory allocation facility qemudev 2024-10-15 7:05 ` |WARNING| pw145965 " 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).