automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw82086 [PATCH v2 19/21] net/ice/base: refactor RSS configure API
       [not found] <20201025002953.1680999-20-qi.z.zhang@intel.com>
@ 2020-10-25  0:33 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-10-25  0:33 UTC (permalink / raw)
  To: test-report; +Cc: Qi Zhang

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#259: FILE: drivers/net/ice/base/ice_flow.c:3472:
+#define ICE_FLOW_GEN_PROFID(hash, hdr, encap) \
 	(u64)(((u64)(hash) & ICE_FLOW_PROF_HASH_M) | \
 	      (((u64)(hdr) << ICE_FLOW_PROF_HDR_S) & ICE_FLOW_PROF_HDR_M) | \
+	      (((u64)(encap) << ICE_FLOW_PROF_ENCAP_S) & ICE_FLOW_PROF_ENCAP_M))

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

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

only message in thread, other threads:[~2020-10-25  0:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201025002953.1680999-20-qi.z.zhang@intel.com>
2020-10-25  0:33 ` [dpdk-test-report] |WARNING| pw82086 [PATCH v2 19/21] net/ice/base: refactor RSS configure API 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).