automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Andre Muezerie <andremue@linux.microsoft.com>
Subject: |WARNING| pw154064 [PATCH v6 1/1] net/intel: define __builtin_add_overflow for MSVC
Date: Thu,  5 Jun 2025 16:47:12 +0200 (CEST)	[thread overview]
Message-ID: <20250605144712.9B082125280@dpdk.org> (raw)
In-Reply-To: <1749134845-30062-2-git-send-email-andremue@linux.microsoft.com>

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'a' - possible side-effects?
#74: FILE: drivers/net/intel/ice/base/ice_osdep.h:132:
+#define __builtin_add_overflow(a, b, res) \
+	_Generic((a), \
+		uint8_t : _addcarry_u8, \
+		uint16_t : _addcarry_u16, \
+		uint32_t : _addcarry_u32, \
+		uint64_t : _addcarry_u64)(0, a, b, res)

CHECK:CAMELCASE: Avoid CamelCase: <_Generic>
#75: FILE: drivers/net/intel/ice/base/ice_osdep.h:133:
+	_Generic((a), \

total: 0 errors, 0 warnings, 2 checks, 15 lines checked

  parent reply	other threads:[~2025-06-05 14:48 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1749134845-30062-2-git-send-email-andremue@linux.microsoft.com>
2025-06-05 14:19 ` |SUCCESS| " qemudev
2025-06-05 14:23 ` qemudev
2025-06-05 14:47 ` checkpatch [this message]
2025-06-05 15:46 ` |PENDING| pw154064 [PATCH] [v6,1/1] net/intel: define __builtin_add_ dpdklab
2025-06-05 15:59 ` |SUCCESS| " dpdklab
2025-06-05 16:03 ` |SUCCESS| pw154064 [PATCH v6 1/1] net/intel: define __builtin_add_overflow for MSVC 0-day Robot
2025-06-05 16:11 ` |PENDING| pw154064 [PATCH] [v6,1/1] net/intel: define __builtin_add_ dpdklab
2025-06-05 16:11 ` |SUCCESS| " dpdklab
2025-06-05 16:41 ` |PENDING| " dpdklab
2025-06-05 20:55 ` |SUCCESS| " dpdklab
2025-06-05 21:31 ` |PENDING| " dpdklab
2025-06-05 23:52 ` |SUCCESS| " dpdklab
2025-06-05 23:56 ` dpdklab
2025-06-06  0:12 ` |WARNING| " dpdklab
2025-06-06  0:14 ` dpdklab
2025-06-06  0:14 ` dpdklab
2025-06-06  0:14 ` dpdklab
2025-06-06  0:15 ` dpdklab
2025-06-06  0:15 ` dpdklab
2025-06-06  0:16 ` dpdklab
2025-06-06  0:16 ` dpdklab
2025-06-06  0:16 ` dpdklab
2025-06-06  0:17 ` dpdklab
2025-06-06  0:17 ` dpdklab
2025-06-06  0:18 ` dpdklab
2025-06-06  2:31 ` |SUCCESS| " dpdklab
2025-06-06  5:45 ` dpdklab
2025-06-06  6:20 ` 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=20250605144712.9B082125280@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=andremue@linux.microsoft.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).