automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw139875 [RFC v6 1/6] eal: add static per-lcore memory allocation facility
       [not found] <20240506082721.120666-2-mattias.ronnblom@ericsson.com>
@ 2024-05-06 18:51 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-05-06 18:51 UTC (permalink / raw)
  To: test-report; +Cc: Mattias Rönnblom

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

_coding style issues_


WARNING:TYPO_SPELLING: 'consistenly' may be misspelled - perhaps 'consistently'?
#176: 
 * In Doxygen, consistenly use @<cmd> (and not \<cmd>).

WARNING:TYPO_SPELLING: 'convience' may be misspelled - perhaps 'convince'?
#177: 
 * The RTE_LCORE_VAR_GET() and SET() convience access macros

WARNING:TYPO_SPELLING: 'varible' may be misspelled - perhaps 'variable'?
#248: FILE: doc/api/doxy-api-index.md:102:
+  [lcore-varible](@ref rte_lcore_var.h),

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#574: FILE: lib/eal/include/rte_lcore_var.h:218:
+#define RTE_LCORE_VAR_HANDLE_TYPE(type)		\
+	type *

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#590: FILE: lib/eal/include/rte_lcore_var.h:234:
+#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
#598: FILE: lib/eal/include/rte_lcore_var.h:242:
+#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
#626: FILE: lib/eal/include/rte_lcore_var.h:270:
+#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
#646: FILE: lib/eal/include/rte_lcore_var.h:290:
+#define RTE_LCORE_VAR_INIT(name)					\
+	RTE_INIT(rte_lcore_var_init_ ## name)				\
+	{								\
+		RTE_LCORE_VAR_ALLOC(name);				\
+	}

WARNING:TYPO_SPELLING: 'identifer' may be misspelled - perhaps 'identifier'?
#710: FILE: lib/eal/include/rte_lcore_var.h:354:
+ * The pointer returned is only an opaque identifer of the variable. To

total: 5 errors, 4 warnings, 490 lines checked
Please use __rte_cache_aligned only for struct or union types alignment.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-06 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240506082721.120666-2-mattias.ronnblom@ericsson.com>
2024-05-06 18:51 ` |WARNING| pw139875 [RFC v6 1/6] eal: add static per-lcore memory allocation facility 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).