automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw73218 [PATCH 20/20] net/bnxt: use byte/pkt count shift/masks from the device template
       [not found] <20200706082502.26935-21-somnath.kotur@broadcom.com>
@ 2020-07-06  8:34 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-07-06  8:34 UTC (permalink / raw)
  To: test-report; +Cc: Somnath Kotur

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#160: FILE: drivers/net/bnxt/tf_ulp/ulp_fc_mgr.h:19:
+#define FLOW_CNTR_PKTS(v, d) (((v) & (d)->packet_count_mask) >> \
+		(d)->packet_count_shift)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#162: FILE: drivers/net/bnxt/tf_ulp/ulp_fc_mgr.h:21:
+#define FLOW_CNTR_BYTES(v, d) (((v) & (d)->byte_count_mask) >> \
+		(d)->byte_count_shift)

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

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

only message in thread, other threads:[~2020-07-06  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200706082502.26935-21-somnath.kotur@broadcom.com>
2020-07-06  8:34 ` [dpdk-test-report] |WARNING| pw73218 [PATCH 20/20] net/bnxt: use byte/pkt count shift/masks from the device template 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).