automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw25180 [PATCH v5 10/12] net/failsafe: support device removal
       [not found] <dce952cc1ebbe8d7998c66e0fe35b4dab75f3203.1496877105.git.gaetan.rivet@6wind.com>
@ 2017-06-08  0:10 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-06-08  0:10 UTC (permalink / raw)
  To: test-report; +Cc: Gaetan Rivet

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 's' - possible side-effects?
#428: FILE: drivers/net/failsafe/failsafe_private.h:267:
+#define FS_ATOMIC_RX(s, i) \
+	rte_atomic64_read( \
+	 &((struct rxq *)((s)->fs_dev->data->rx_queues[i]))->refcnt[(s)->sid] \
+	)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 's' - possible side-effects?
#436: FILE: drivers/net/failsafe/failsafe_private.h:275:
+#define FS_ATOMIC_TX(s, i) \
+	rte_atomic64_read( \
+	 &((struct txq *)((s)->fs_dev->data->tx_queues[i]))->refcnt[(s)->sid] \
+	)

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

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

only message in thread, other threads:[~2017-06-08  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <dce952cc1ebbe8d7998c66e0fe35b4dab75f3203.1496877105.git.gaetan.rivet@6wind.com>
2017-06-08  0:10 ` [dpdk-test-report] |WARNING| pw25180 [PATCH v5 10/12] net/failsafe: support device removal 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).