automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw110357 [PATCH 05/17] net/bnxt: fix support for tunnel stateless offloads
       [not found] <20220427145821.5987-6-kalesh-anakkur.purayil@broadcom.com>
@ 2022-04-27 15:00 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-04-27 15:00 UTC (permalink / raw)
  To: test-report; +Cc: Kalesh A P

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'bp' - possible side-effects?
#135: FILE: drivers/net/bnxt/bnxt_hwrm.h:138:
+#define BNXT_TUNNELED_OFFLOADS_CAP_ALL_EN(bp)			\
+	(BNXT_TUNNELED_OFFLOADS_CAP_VXLAN_EN(bp) &&		\
+	 BNXT_TUNNELED_OFFLOADS_CAP_NGE_EN(bp)   &&		\
+	 BNXT_TUNNELED_OFFLOADS_CAP_GRE_EN(bp)   &&		\
+	 BNXT_TUNNELED_OFFLOADS_CAP_IPINIP_EN(bp))

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

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

only message in thread, other threads:[~2022-04-27 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220427145821.5987-6-kalesh-anakkur.purayil@broadcom.com>
2022-04-27 15:00 ` |WARNING| pw110357 [PATCH 05/17] net/bnxt: fix support for tunnel stateless offloads 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).