automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw66615 [PATCH 3/7] net/ice: change swicth parser to support flexible mask
       [not found] <20200313010407.18286-4-wei.zhao1@intel.com>
@ 2020-03-13  1:25 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-03-13  1:25 UTC (permalink / raw)
  To: test-report; +Cc: wei.zhao1@intel.com

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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (40, 40)
#97: FILE: drivers/net/ice/ice_switch_filter.c:352:
+					if (eth_mask->src.addr_bytes[j]) {
+					if (tunnel_valid)

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (40, 40)
#108: FILE: drivers/net/ice/ice_switch_filter.c:363:
+					if (eth_mask->dst.addr_bytes[j]) {
+					if (tunnel_valid)

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (40, 40)
#271: FILE: drivers/net/ice/ice_switch_filter.c:506:
+					for (j = 0; j < ICE_IPV6_ADDR_LENGTH;
[...]
+					if (ipv6_mask->hdr.src_addr[j]) {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (40, 40)
#283: FILE: drivers/net/ice/ice_switch_filter.c:514:
+					for (j = 0; j < ICE_IPV6_ADDR_LENGTH;
[...]
+					if (ipv6_mask->hdr.dst_addr[j]) {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (40, 40)
#313: FILE: drivers/net/ice/ice_switch_filter.c:534:
+					for (j = 0; j < ICE_IPV6_ADDR_LENGTH;
[...]
+					if (ipv6_mask->hdr.src_addr[j]) {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (40, 40)
#325: FILE: drivers/net/ice/ice_switch_filter.c:541:
+					for (j = 0; j < ICE_IPV6_ADDR_LENGTH;
[...]
+					if (ipv6_mask->hdr.dst_addr[j]) {

WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'wei.zhao1@intel.com <Wei Zhao@dpdk.org>'

total: 0 errors, 7 warnings, 0 checks, 598 lines checked

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

only message in thread, other threads:[~2020-03-13  1:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200313010407.18286-4-wei.zhao1@intel.com>
2020-03-13  1:25 ` [dpdk-test-report] |WARNING| pw66615 [PATCH 3/7] net/ice: change swicth parser to support flexible mask 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).