automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Mingxia Liu <mingxia.liu@intel.com>
Subject: |WARNING| pw121810 [PATCH v2 1/6] common/idpf: add hw statistics
Date: Wed, 11 Jan 2023 09:14:56 +0100 (CET)	[thread overview]
Message-ID: <20230111081456.D760D1234F4@dpdk.org> (raw)
In-Reply-To: <20230111071545.504706-2-mingxia.liu@intel.com>

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed
#213: FILE: drivers/net/idpf/idpf_ethdev.c:152:
+		mbuf_alloc_failed += rte_atomic64_read(&(rxq->rx_stats.mbuf_alloc_failed));

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed
#260: FILE: drivers/net/idpf/idpf_ethdev.c:199:
+		rte_atomic64_set(&(rxq->rx_stats.mbuf_alloc_failed), 0);

total: 0 errors, 0 warnings, 2 checks, 195 lines checked
Warning in drivers/net/idpf/idpf_ethdev.c:
Using rte_atomicNN_xxx

       reply	other threads:[~2023-01-11  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230111071545.504706-2-mingxia.liu@intel.com>
2023-01-11  8:14 ` checkpatch [this message]
2023-01-11  8:15 ` |WARNING| pw121810-121815 " qemudev

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=20230111081456.D760D1234F4@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=mingxia.liu@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).