automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw122294 [PATCH v4 18/21] net/cpfl: add hw statistics
       [not found] <20230118075738.904616-19-mingxia.liu@intel.com>
@ 2023-01-18  8:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-01-18  8:57 UTC (permalink / raw)
  To: test-report; +Cc: Mingxia Liu

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed
#92: FILE: drivers/net/cpfl/cpfl_ethdev.c:190:
+		mbuf_alloc_failed += rte_atomic64_read(&(rxq->rx_stats.mbuf_alloc_failed));

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed
#139: FILE: drivers/net/cpfl/cpfl_ethdev.c:237:
+		rte_atomic64_set(&(rxq->rx_stats.mbuf_alloc_failed), 0);

total: 0 errors, 0 warnings, 2 checks, 120 lines checked
Warning in drivers/net/cpfl/cpfl_ethdev.c:
Using rte_atomicNN_xxx

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-18  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230118075738.904616-19-mingxia.liu@intel.com>
2023-01-18  8:57 ` |WARNING| pw122294 [PATCH v4 18/21] net/cpfl: add hw statistics checkpatch

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).