* [dpdk-test-report] |WARNING| pw60503 [PATCH v2 4/9] net/bnxt: add support for CoS classification
[not found] <20191004034903.85233-5-ajit.khaparde@broadcom.com>
@ 2019-10-04 3:50 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-10-04 3:50 UTC (permalink / raw)
To: test-report; +Cc: Ajit Khaparde
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/60503
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#297: FILE: drivers/net/bnxt/bnxt_hwrm.h:55:
+#define GET_TX_QUEUE_INFO(x) \
+ bp->tx_cos_queue[x].id = resp->queue_id##x; \
+ bp->tx_cos_queue[x].profile = \
+ resp->queue_id##x##_service_profile
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#302: FILE: drivers/net/bnxt/bnxt_hwrm.h:60:
+#define GET_RX_QUEUE_INFO(x) \
+ bp->rx_cos_queue[x].id = resp->queue_id##x; \
+ bp->rx_cos_queue[x].profile = \
+ resp->queue_id##x##_service_profile
total: 0 errors, 0 warnings, 2 checks, 385 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-04 3:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20191004034903.85233-5-ajit.khaparde@broadcom.com>
2019-10-04 3:50 ` [dpdk-test-report] |WARNING| pw60503 [PATCH v2 4/9] net/bnxt: add support for CoS classification 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).