automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw59304 [PATCH v2 5/5] net/ice: rework switch filter
       [not found] <20190916230615.411726-6-ying.a.wang@intel.com>
@ 2019-09-17  7:29 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-09-17  7:29 UTC (permalink / raw)
  To: test-report; +Cc: Ying Wang

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ipv6_mask->hdr.dst_addr'
#527: FILE: drivers/net/ice/ice_switch_filter.c:480:
+					if (!memcmp(ipv6_mask->hdr.dst_addr,
+						ipv6_addr_mask, RTE_DIM
+						(ipv6_mask->hdr.dst_addr)))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ipv6_mask->hdr.src_addr'
#546: FILE: drivers/net/ice/ice_switch_filter.c:499:
+					if (!memcmp(ipv6_mask->hdr.src_addr,
+						ipv6_addr_mask, RTE_DIM
+						(ipv6_mask->hdr.src_addr)))

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (32, 32)
#964: FILE: drivers/net/ice/ice_switch_filter.c:917:
+				if (act_qgrop->queue[i + 1] !=
[...]
+				goto error;

total: 0 errors, 1 warnings, 1157 lines checked

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

only message in thread, other threads:[~2019-09-17  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190916230615.411726-6-ying.a.wang@intel.com>
2019-09-17  7:29 ` [dpdk-test-report] |WARNING| pw59304 [PATCH v2 5/5] net/ice: rework switch filter 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).