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| pw152769 [PATCH v7 8/8] eal: rework function versioning macros
Date: Thu,  3 Apr 2025 20:11:42 +0200 (CEST)	[thread overview]
Message-ID: <20250403181142.777061251A5@dpdk.org> (raw)
In-Reply-To: <20250403165845.1315380-9-david.marchand@redhat.com>

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

_coding style issues_


ERROR:SPACING: spaces required around that '?' (ctx:VxB)
#535: FILE: lib/eal/common/eal_export.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
#556: FILE: lib/eal/common/eal_export.h:41:
+#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
#565: FILE: lib/eal/common/eal_export.h:50:
+#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
#574: FILE: lib/eal/common/eal_export.h:59:
+#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
#581: FILE: lib/eal/common/eal_export.h:66:
+#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
#585: FILE: lib/eal/common/eal_export.h:70:
+#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
#589: FILE: lib/eal/common/eal_export.h:74:
+#define RTE_DEFAULT_SYMBOL(ver, type, name, args) VERSIONING_WARN \
+type name args

total: 7 errors, 0 warnings, 516 lines checked

  parent reply	other threads:[~2025-04-03 18:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250403165845.1315380-9-david.marchand@redhat.com>
2025-04-03 17:38 ` |SUCCESS| pw152763-152769 " qemudev
2025-04-03 17:43 ` qemudev
2025-04-03 18:11 ` checkpatch [this message]
2025-04-03 18:46 ` |PENDING| pw152763-152769 [PATCH] [v7,8/8] eal: rework function vers dpdklab
2025-04-03 18:59 ` |SUCCESS| " dpdklab
2025-04-03 19:02 ` dpdklab
2025-04-03 19:03 ` |PENDING| " dpdklab
2025-04-03 19:04 ` |SUCCESS| " dpdklab
2025-04-03 19:06 ` dpdklab
2025-04-03 19:09 ` |PENDING| " dpdklab
2025-04-03 19:15 ` dpdklab
2025-04-03 19:17 ` |SUCCESS| " dpdklab
2025-04-03 19:22 ` |SUCCESS| pw152769 [PATCH v7 8/8] eal: rework function versioning macros 0-day Robot
2025-04-03 19:26 ` |SUCCESS| pw152763-152769 [PATCH] [v7,8/8] eal: rework function vers dpdklab
2025-04-03 19:26 ` dpdklab
2025-04-03 19:35 ` dpdklab
2025-04-03 19:42 ` dpdklab
2025-04-03 19:43 ` dpdklab
2025-04-03 19:51 ` dpdklab
2025-04-03 20:04 ` dpdklab
2025-04-03 20:29 ` dpdklab
2025-04-03 20:40 ` dpdklab
2025-04-04  4:01 ` dpdklab
2025-04-04  4:25 ` dpdklab
2025-04-04 17:09 ` 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=20250403181142.777061251A5@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).