automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw62203 [PATCH 2/5] net/bnxt: refactor vlan filtering code
       [not found] <20191030080438.27530-3-kalesh-anakkur.purayil@broadcom.com>
@ 2019-11-04 11:01 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-11-04 11:01 UTC (permalink / raw)
  To: test-report; +Cc: Kalesh A P

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'filter' - possible side-effects?
#311: FILE: drivers/net/bnxt/bnxt_filter.h:11:
+#define bnxt_vlan_filter_exists(bp, filter, chk, vlan_id)	\
+		(((filter)->enables & (chk)) &&			\
+		 ((filter)->l2_ivlan == (vlan_id) &&		\
+		  (filter)->l2_ivlan_mask == 0x0FFF) &&		\
+		 !memcmp((filter)->l2_addr, (bp)->mac_addr,	\
+			 RTE_ETHER_ADDR_LEN))

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

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

only message in thread, other threads:[~2019-11-04 11:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191030080438.27530-3-kalesh-anakkur.purayil@broadcom.com>
2019-11-04 11:01 ` [dpdk-test-report] |WARNING| pw62203 [PATCH 2/5] net/bnxt: refactor vlan filtering code 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).