automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw62963 [PATCH v2 2/6] net/bnxt: cap queue count for NS3/Stingray devices
       [not found] <20191113150700.2517-3-ajit.khaparde@broadcom.com>
@ 2019-11-13 15:09 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-11-13 15:09 UTC (permalink / raw)
  To: test-report; +Cc: Ajit Khaparde

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'bp' - possible side-effects?
#84: FILE: drivers/net/bnxt/bnxt.h:612:
+#define BNXT_MAX_RINGS(bp) \
+	(BNXT_STINGRAY(bp) ? RTE_MIN(RTE_MIN(bp->max_rx_rings, \
+					     MAX_STINGRAY_RINGS), \
+				     bp->max_stat_ctx) : \
+				RTE_MIN(bp->max_rx_rings, bp->max_stat_ctx))

total: 0 errors, 0 warnings, 1 checks, 37 lines checked

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

only message in thread, other threads:[~2019-11-13 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191113150700.2517-3-ajit.khaparde@broadcom.com>
2019-11-13 15:09 ` [dpdk-test-report] |WARNING| pw62963 [PATCH v2 2/6] net/bnxt: cap queue count for NS3/Stingray devices 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).