automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: David Marchand <david.marchand@redhat.com>
Subject: |WARNING| pw152668 [PATCH v6 8/8] eal: rework function versioning macros
Date: Fri, 28 Mar 2025 11:56:05 +0100 (CET)	[thread overview]
Message-ID: <20250328105605.157851251A2@dpdk.org> (raw)
In-Reply-To: <20250328105250.3082414-9-david.marchand@redhat.com>

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

_coding style issues_


ERROR:SPACING: spaces required around that '?' (ctx:VxB)
#545: FILE: lib/eal/common/eal_symbol_exports.h:20:
+	Is "use_function_versioning=true" in meson.build?)
 	                                                ^

ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#567: FILE: lib/eal/common/eal_symbol_exports.h:42:
+#define RTE_VERSION_SYMBOL(ver, type, name, args) VERSIONING_WARN \
+__asm__(".symver " RTE_STR(name) "_v" RTE_STR(ver) ", " RTE_STR(name) "@DPDK_" RTE_STR(ver)); \
+__rte_used type name ## _v ## ver args; \
+type name ## _v ## ver args

ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#577: FILE: lib/eal/common/eal_symbol_exports.h:52:
+#define RTE_VERSION_EXPERIMENTAL_SYMBOL(type, name, args) VERSIONING_WARN \
+__asm__(".symver " RTE_STR(name) "_exp, " RTE_STR(name) "@EXPERIMENTAL") \
+__rte_used type name ## _exp args; \
+type name ## _exp args

ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#587: FILE: lib/eal/common/eal_symbol_exports.h:62:
+#define RTE_DEFAULT_SYMBOL(ver, type, name, args) VERSIONING_WARN \
+__asm__(".symver " RTE_STR(name) "_v" RTE_STR(ver) ", " RTE_STR(name) "@@DPDK_" RTE_STR(ver)); \
+__rte_used type name ## _v ## ver args; \
+type name ## _v ## ver args

ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#594: FILE: lib/eal/common/eal_symbol_exports.h:69:
+#define RTE_VERSION_SYMBOL(ver, type, name, args) VERSIONING_WARN \
+type name ## _v ## ver args; \
+type name ## _v ## ver args

ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#598: FILE: lib/eal/common/eal_symbol_exports.h:73:
+#define RTE_VERSION_EXPERIMENTAL_SYMBOL(type, name, args) VERSIONING_WARN \
+type name ## _exp args; \
+type name ## _exp args

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#602: FILE: lib/eal/common/eal_symbol_exports.h:77:
+#define RTE_DEFAULT_SYMBOL(ver, type, name, args) VERSIONING_WARN \
+type name args

total: 7 errors, 0 warnings, 531 lines checked

  parent reply	other threads:[~2025-03-28 10:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250328105250.3082414-9-david.marchand@redhat.com>
2025-03-28 10:50 ` |SUCCESS| pw152662-152668 " qemudev
2025-03-28 10:54 ` qemudev
2025-03-28 10:56 ` checkpatch [this message]
2025-03-28 11:25 ` |SUCCESS| pw152662-152668 [PATCH] [v6,8/8] eal: rework function vers dpdklab
2025-03-28 11:44 ` dpdklab
2025-03-28 11:46 ` |PENDING| " dpdklab
2025-03-28 11:52 ` dpdklab
2025-03-28 11:57 ` |SUCCESS| " dpdklab
2025-03-28 11:58 ` |PENDING| " dpdklab
2025-03-28 12:02 ` |SUCCESS| " dpdklab
2025-03-28 12:03 ` |SUCCESS| pw152668 [PATCH v6 8/8] eal: rework function versioning macros 0-day Robot
2025-03-28 12:14 ` |SUCCESS| pw152662-152668 [PATCH] [v6,8/8] eal: rework function vers dpdklab
2025-03-28 12:21 ` dpdklab
2025-03-28 12:21 ` dpdklab
2025-03-28 12:21 ` dpdklab
2025-03-28 12:23 ` |FAILURE| " dpdklab
2025-03-28 12:23 ` dpdklab
2025-03-28 12:31 ` |SUCCESS| " dpdklab
2025-03-28 12:33 ` dpdklab
2025-03-28 12:49 ` dpdklab
2025-03-28 12:50 ` dpdklab
2025-03-28 14:13 ` dpdklab
2025-03-28 21:51 ` dpdklab
2025-03-29  8:59 ` dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250328105605.157851251A2@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=david.marchand@redhat.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).