automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Radu Nicolau <radu.nicolau@intel.com>
Subject: [dpdk-test-report] |WARNING| pw71264 [PATCH v1 2/2] net/i40e: use movdiri to update queue tail registers
Date: Thu, 11 Jun 2020 12:11:40 +0200 (CEST)	[thread overview]
Message-ID: <20200611101140.13FCD1BE83@dpdk.org> (raw)
In-Reply-To: <1591870283-7776-2-git-send-email-radu.nicolau@intel.com>

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

_coding style issues_


CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'queue' may be better as '(queue)' to avoid precedence issues
#82: FILE: drivers/net/i40e/base/i40e_osdep.h:142:
+#define I40E_PCI_REG_WC_WRITE(queue, reg, value, ...)			\
+	do {								\
+		uint32_t val = rte_cpu_to_le_32(value);			\
+		volatile void *addr = reg;				\
+		if (queue->use_movdiri)					\
+			rte_write32_wc(val, addr);			\
+		else							\
+			rte_write32##__VA_ARGS__(val, addr);		\
+	} while (0)

total: 0 errors, 0 warnings, 1 checks, 159 lines checked

       reply	other threads:[~2020-06-11 10:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1591870283-7776-2-git-send-email-radu.nicolau@intel.com>
2020-06-11 10:11 ` checkpatch [this message]
2020-06-11 12:13 ` [dpdk-test-report] |SUCCESS| pw71264 " 0-day Robot

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=20200611101140.13FCD1BE83@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=radu.nicolau@intel.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).