automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw74931 [PATCH v6] net/ice: fix GTPU down/uplink and extension conflict
       [not found] <1595934476-196142-1-git-send-email-simei.su@intel.com>
@ 2020-07-28 11:12 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-07-28 11:12 UTC (permalink / raw)
  To: test-report; +Cc: Simei Su

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects?
#738: FILE: drivers/net/ice/ice_ethdev.h:361:
+#define ICE_HASH_CFG_VALID(p)		\
+	((p)->hash_fld != 0 && (p)->pkt_hdr != 0)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects?
#741: FILE: drivers/net/ice/ice_ethdev.h:364:
+#define ICE_HASH_CFG_RESET(p) do {	\
+	(p)->hash_fld = 0;		\
+	(p)->pkt_hdr = 0;		\
+} while (0)

CHECK:BOOL_COMPARISON: Using comparison to true is error prone
#747: FILE: drivers/net/ice/ice_ethdev.h:370:
+	((p)->rotate == true)

total: 0 errors, 0 warnings, 3 checks, 677 lines checked

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

only message in thread, other threads:[~2020-07-28 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1595934476-196142-1-git-send-email-simei.su@intel.com>
2020-07-28 11:12 ` [dpdk-test-report] |WARNING| pw74931 [PATCH v6] net/ice: fix GTPU down/uplink and extension conflict 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).