* [dpdk-test-report] |WARNING| pw25083 [PATCH v2 2/5] net/qede: refactoring multi-queue implementation
[not found] <1496821342-6832-3-git-send-email-rasesh.mody@cavium.com>
@ 2017-06-07 7:44 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-06-07 7:44 UTC (permalink / raw)
To: test-report; +Cc: Mody, Rasesh
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/25083
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i' - possible side-effects?
#2297: FILE: drivers/net/qede/qede_rxtx.h:80:
+#define for_each_rss(i) for (i = 0; i < qdev->num_rx_queues; i++)
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i' - possible side-effects?
#2298: FILE: drivers/net/qede/qede_rxtx.h:81:
+#define for_each_tss(i) for (i = 0; i < qdev->num_tx_queues; i++)
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'qdev' - possible side-effects?
#2299: FILE: drivers/net/qede/qede_rxtx.h:82:
+#define QEDE_RXTX_MAX(qdev) \
+ (RTE_MAX(QEDE_RSS_COUNT(qdev), QEDE_TSS_COUNT(qdev)))
total: 0 errors, 0 warnings, 3 checks, 1913 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-07 7:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1496821342-6832-3-git-send-email-rasesh.mody@cavium.com>
2017-06-07 7:44 ` [dpdk-test-report] |WARNING| pw25083 [PATCH v2 2/5] net/qede: refactoring multi-queue implementation 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).