automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Wei Zhao <wei.zhao1@intel.com>
Subject: [dpdk-test-report] |WARNING| pw66623 [PATCH 3/7] net/ice: change swicth parser to support flexible mask
Date: Fri, 13 Mar 2020 03:29:24 +0100 (CET)	[thread overview]
Message-ID: <20200313022924.5E0C31C029@dpdk.org> (raw)
In-Reply-To: <20200313020806.21654-4-wei.zhao1@intel.com>

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

_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]) {

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

           reply	other threads:[~2020-03-13  2:29 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200313020806.21654-4-wei.zhao1@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200313022924.5E0C31C029@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=wei.zhao1@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).