automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw146003-146000 [PATCH v13 1/7] eal: add static per-lcore memory allocation facility
       [not found] <20241015093344.824073-2-mattias.ronnblom@ericsson.com>
@ 2024-10-15  9:16 ` qemudev
  2024-10-15  9:45 ` |WARNING| pw146003 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-10-15  9:16 UTC (permalink / raw)
  To: test-report; +Cc: mattias.ronnblom, zhoumin

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

_apply patch failure_

Submitter: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Date: Tue, 15 Oct 2024 11:33:38 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 9207f93640a709cad1412430c5f0edfee3ad5a87

Apply patch set 146003-146000 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| pw146003 [PATCH v13 1/7] eal: add static per-lcore memory allocation facility
       [not found] <20241015093344.824073-2-mattias.ronnblom@ericsson.com>
  2024-10-15  9:16 ` |WARNING| pw146003-146000 [PATCH v13 1/7] eal: add static per-lcore memory allocation facility qemudev
@ 2024-10-15  9:45 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-10-15  9:45 UTC (permalink / raw)
  To: test-report; +Cc: Mattias Rönnblom

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/146003

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#847: 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
#862: 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
#870: 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
#898: 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
#918: 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  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241015093344.824073-2-mattias.ronnblom@ericsson.com>
2024-10-15  9:16 ` |WARNING| pw146003-146000 [PATCH v13 1/7] eal: add static per-lcore memory allocation facility qemudev
2024-10-15  9:45 ` |WARNING| pw146003 " 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).