automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Subject: [dpdk-test-report] |WARNING| pw73046 [PATCH v3 1/3] eal: adjust barriers for IO on Armv8-a
Date: Fri,  3 Jul 2020 20:59:26 +0200 (CEST)	[thread overview]
Message-ID: <20200703185926.8B0C71DCDF@dpdk.org> (raw)
In-Reply-To: <20200703185741.22184-1-honnappa.nagarahalli@arm.com>

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#71: 
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=22ec71615d824f4f11d38d0e55a88d8956b7e45f

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#99: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:22:
+#define rte_mb() asm volatile("dmb osh" : : : "memory")

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#102: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:24:
+#define rte_wmb() asm volatile("dmb oshst" : : : "memory")

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#105: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:26:
+#define rte_rmb() asm volatile("dmb oshld" : : : "memory")

total: 3 errors, 1 warnings, 32 lines checked

           reply	other threads:[~2020-07-03 18:59 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200703185741.22184-1-honnappa.nagarahalli@arm.com>]

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=20200703185926.8B0C71DCDF@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=honnappa.nagarahalli@arm.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).