automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw29350 [PATCH v3 10/24] net/bnxt: update status of Rx IP/L4 CKSUM
       [not found] <20170928141329.73874-11-ajit.khaparde@broadcom.com>
@ 2017-09-28 14:15 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-09-28 14:15 UTC (permalink / raw)
  To: test-report; +Cc: Ajit Khaparde

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'rxcmp1' - possible side-effects?
#58: FILE: drivers/net/bnxt/bnxt_rxr.h:59:
+#define RX_CMP_L4_CS_OK(rxcmp1)						\
+	    (((rxcmp1)->flags2 & RX_CMP_L4_CS_BITS) &&		\
+	     !((rxcmp1)->errors_v2 & RX_CMP_L4_CS_ERR_BITS))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'rxcmp1' - possible side-effects?
#66: FILE: drivers/net/bnxt/bnxt_rxr.h:67:
+#define RX_CMP_IP_CS_OK(rxcmp1)						\
+		(((rxcmp1)->flags2 & RX_CMP_IP_CS_BITS) &&	\
+		!((rxcmp1)->errors_v2 & RX_CMP_IP_CS_ERR_BITS))

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

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

only message in thread, other threads:[~2017-09-28 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170928141329.73874-11-ajit.khaparde@broadcom.com>
2017-09-28 14:15 ` [dpdk-test-report] |WARNING| pw29350 [PATCH v3 10/24] net/bnxt: update status of Rx IP/L4 CKSUM 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).